summaryrefslogtreecommitdiff
path: root/recipes/uclibc/uclibc-nptl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-14 11:31:07 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-14 11:31:07 -0800
commit7144e15e91b327e75a5270db8457a2c5cfa62f9a (patch)
tree51fe609396512c4149041304c3eb305c17205399 /recipes/uclibc/uclibc-nptl
parent27e3eff536a83312ad24052570d5056f8bfe8544 (diff)
uclibc-nptl: Move to current tip of branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc-nptl')
-rw-r--r--recipes/uclibc/uclibc-nptl/uclibc_rpc_thread.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/uclibc/uclibc-nptl/uclibc_rpc_thread.patch b/recipes/uclibc/uclibc-nptl/uclibc_rpc_thread.patch
deleted file mode 100644
index 8c2b85db13..0000000000
--- a/recipes/uclibc/uclibc-nptl/uclibc_rpc_thread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;