aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc-nptl/uclibc_rpc_thread.patch
blob: 8c2b85db1378e3769059a0004cccd9c8a089e1ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: git/libc/inet/rpc/rpc_thread.c
===================================================================
--- git.orig/libc/inet/rpc/rpc_thread.c	2009-12-04 13:13:09.000000000 -0800
+++ git/libc/inet/rpc/rpc_thread.c	2009-12-04 13:13:17.000000000 -0800
@@ -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;