svn commit: branches/uClibc-nptl/libc: inet misc/sysvipc stdio sysdeps/linux/co etc...

Carmelo AMOROSO carmelo.amoroso at st.com
Thu Jul 10 10:11:04 UTC 2008


kraj at uclibc.org 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 ?



More information about the uClibc-cvs mailing list