aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-24 01:28:48 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-24 01:28:48 +0000
commit2783110a97a84c52b590221b637b3596d18dc013 (patch)
treef2b2c0d82c7854d632213c67229cadf2df7e3472 /toolchain/uClibc/patches-nptl/130-pthread_weak_binding.patch
parent97845201e4b1a657378170fb922fd1dd7ae3e238 (diff)
downloadupstream-2783110a97a84c52b590221b637b3596d18dc013.tar.gz
upstream-2783110a97a84c52b590221b637b3596d18dc013.tar.bz2
upstream-2783110a97a84c52b590221b637b3596d18dc013.zip
uClibc NPTL: remove the pthread daemon() fix and revert r15343
SVN-Revision: 15367
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 92227cf418..0000000000
--- 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 )
- {