On 4/30/2013 9:49 AM, Sedat Dilek wrote:
On Tue, Apr 30, 2013 at 9:21 AM, Filippo ARCIDIACONO
<[email protected]> wrote:
Signed-off-by: Filippo Arcidiacono <[email protected]>
Acked-by: Carmelo Amoroso <[email protected]>
Why no changelog/summary and reference (Hint: See Peter's blog-article)?
Because is a simple typo error, the patch's subject is clear in my opinion.

Against which tree is this patch?
Against 0.9.33 branch
Does 0.9.33 GIT branch need it to?

- Sedat -

[1] http://who-t.blogspot.de/2009/12/on-commit-messages.html

---
  ldso/libdl/libdl.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index 018c720..4b95c42 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -374,7 +374,7 @@ static void *do_dlopen(const char *libname, int flag, 
ElfW(Addr) from)
         if (getenv("LD_BIND_NOW"))
                 now_flag = RTLD_NOW;

-#if !defined SHARED && defined __LDSO_LIBRARY_PATH__
+#if !defined SHARED && defined __LDSO_LD_LIBRARY_PATH__
         /* When statically linked, the _dl_library_path is not yet initialized 
*/
         _dl_library_path = getenv("LD_LIBRARY_PATH");
  #endif
--
1.7.7.6

_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc


_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to