summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-24 01:28:48 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-24 01:28:48 +0000
commit89167b9397299681674c890d68559b4390dec3ad (patch)
treec104f8ff1b3ed6dbc4243597991656d3aa5db5ac /toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
parentc87106718550dec5f9931648ab4cba191c16dc45 (diff)
uClibc NPTL: remove the pthread daemon() fix and revert r15343
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch')
-rw-r--r--toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch b/toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
deleted file mode 100644
index 92227cf41..000000000
--- a/toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/libc/unistd/daemon.c
-+++ b/libc/unistd/daemon.c
-@@ -54,7 +54,6 @@
- libc_hidden_proto(dup2)
- libc_hidden_proto(setsid)
- libc_hidden_proto(chdir)
--libc_hidden_proto(fork)
-
- int daemon( int nochdir, int noclose )
- {