On Sat, Mar 19, 2011 at 2:51 PM, Khem Raj wrote: > The guard is changed to allow to be used the file in libc as well. > Include string.h (although already included by ldso.h).
this doesnt make much sense. if you want to use it in libc as well, then check for libc. #if !defined(IS_IN_libdl) && !defined(IS_IN_libc) -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
