X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/89167b9397299681674c890d68559b4390dec3ad..d0c10785e702f0e56029aee4c4f8f9bfcf03a5e9:/toolchain/uClibc/patches-0.9.30/130-pthread_weak_binding.patch diff --git a/toolchain/uClibc/patches-0.9.30/130-pthread_weak_binding.patch b/toolchain/uClibc/patches-0.9.30/130-pthread_weak_binding.patch deleted file mode 100644 index 92227cf41..000000000 --- a/toolchain/uClibc/patches-0.9.30/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 ) - {