[PATCH V2] libdl: fix typo error for __LDSO_LD_LIBRARY_PATH__ macro

Sedat Dilek sedat.dilek at gmail.com
Tue Apr 30 07:49:39 UTC 2013


On Tue, Apr 30, 2013 at 9:21 AM, Filippo ARCIDIACONO
<filippo.arcidiacono at st.com> wrote:
> Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono at st.com>
> Acked-by: Carmelo Amoroso <Carmelo.amoroso at st.com>

Why no changelog/summary and reference (Hint: See Peter's blog-article)?

Against which tree is this patch?
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
> uClibc at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc


More information about the uClibc mailing list