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

Khem Raj raj.khem at gmail.com
Thu Dec 17 12:42:26 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=815b20190f58731ba4e6144a844fa3652c4870ac
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Austin Foxley <austinf at cetoncorp.com>

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.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 43d2fc5..441aa75 100644
--- a/libc/inet/rpc/rpc_thread.c
+++ b/libc/inet/rpc/rpc_thread.c
@@ -18,6 +18,7 @@ libc_hidden_proto(__rpc_thread_svc_max_pollfd)
 #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