Yes this patch should stand right.
--- a/ldso/libdl/libdl.c 2013-02-07 08:44:02.000000000 -0800 +++ b/ldso/libdl/libdl.c 2013-02-07 08:44:47.000000000 -0800 @@ -44,9 +44,12 @@ extern void _dl_add_to_slotinfo(struct link_map *l); #endif -#ifdef SHARED # if defined(USE_TLS) && USE_TLS # include <dl-tls.h> +# endif + +#ifdef SHARED +# if defined(USE_TLS) && USE_TLS extern struct link_map *_dl_update_slotinfo(unsigned long int req_modid); # endif Thanks, Vincent _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
