svn commit: trunk/uClibc/ldso/libdl

Mike Frysinger vapier at gentoo.org
Sun Dec 11 17:18:23 UTC 2005


On Sat, Dec 10, 2005 at 04:55:50PM -0800, sjhill at uclibc.org wrote:
> @@ -88,6 +85,9 @@
>  #endif /* SHARED */
>  
>  #ifdef __SUPPORT_LD_DEBUG__
> +char *_dl_debug = 0;
> +int _dl_debug_file = 2;
> +
>  # define _dl_if_debug_print(fmt, args...) \

ldso.h already does #define _dl_debug_file 2
-mike



More information about the uClibc mailing list