svn commit: branches/uClibc-nptl/libc/inet/rpc

kraj at uclibc.org kraj at uclibc.org
Thu Jul 10 16:00:36 UTC 2008


Author: kraj
Date: 2008-07-10 09:00:35 -0700 (Thu, 10 Jul 2008)
New Revision: 22765

Log:
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Include <bits/libc-lock.h> to get *once* definitions.


Modified:
   branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c


Changeset:
Modified: branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c
===================================================================
--- branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c	2008-07-10 15:17:03 UTC (rev 22764)
+++ branches/uClibc-nptl/libc/inet/rpc/rpc_thread.c	2008-07-10 16:00:35 UTC (rev 22765)
@@ -18,6 +18,7 @@
 #ifdef __UCLIBC_HAS_THREADS__
 
 #include <bits/libc-tsd.h>
+#include <bits/libc-lock.h>
 
 /* Variable used in non-threaded applications or for the first thread.  */
 static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem;




More information about the uClibc-cvs mailing list