[EMAIL PROTECTED] wrote: > Author: kraj > Date: 2008-07-09 16:52:41 -0700 (Wed, 09 Jul 2008) > New Revision: 22726 > > Log: > Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on > ARM as well. > > Modified: > branches/uClibc-nptl/libc/inet/resolv.c
> [SNIP] > > > Changeset: > Modified: branches/uClibc-nptl/libc/inet/resolv.c > =================================================================== > --- branches/uClibc-nptl/libc/inet/resolv.c 2008-07-09 23:36:41 UTC (rev > 22725) > +++ branches/uClibc-nptl/libc/inet/resolv.c 2008-07-09 23:52:41 UTC (rev > 22726) > @@ -155,6 +155,7 @@ > #include <sys/utsname.h> > #include <sys/un.h> > #include <bits/uClibc_mutex.h> > +#include <tls.h> > Hi Khem, for my curiosity.. why did you need to add tls.h ? _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
