uclibc-nptl: Update to lastest git rev.
[openembedded.git] / recipes / uclibc / uclibc-nptl / uclibc_rpc_thread.patch
1 Index: git/libc/inet/rpc/rpc_thread.c
2 ===================================================================
3 --- git.orig/libc/inet/rpc/rpc_thread.c 2009-12-04 13:13:09.000000000 -0800
4 +++ git/libc/inet/rpc/rpc_thread.c      2009-12-04 13:13:17.000000000 -0800
5 @@ -14,6 +14,7 @@
6  #ifdef __UCLIBC_HAS_THREADS__
7  
8  #include <bits/libc-tsd.h>
9 +#include <bits/libc-lock.h>
10  
11  /* Variable used in non-threaded applications or for the first thread.  */
12  static struct rpc_thread_variables __libc_tsd_RPC_VARS_mem;