[git commit master] Include bits/libc-lock.h to get __libc_once_define

Khem Raj raj.khem at gmail.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=b3b9101a9c495f52c06cb2de27fcf45e6e5f0bf9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 libc/inet/rpc/rpc_thread.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c
index 54781d0..71303b2 100644
--- a/libc/inet/rpc/rpc_thread.c
+++ b/libc/inet/rpc/rpc_thread.c
@@ -14,6 +14,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;
-- 
1.6.3.3



More information about the uClibc-cvs mailing list