X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches-0.9.30.2%2F130-pthread_weak_binding.patch;fp=toolchain%2FuClibc%2Fpatches-0.9.30.2%2F130-pthread_weak_binding.patch;h=92227cf418ec88dfe9257bf885a57f510a0fc37a;hp=0000000000000000000000000000000000000000;hb=57f44330bc0b2f82117b743f84d2755ea539d9a3;hpb=7d33089d1ad19c4e13e4972fc20b38b8fbddc41a diff --git a/toolchain/uClibc/patches-0.9.30.2/130-pthread_weak_binding.patch b/toolchain/uClibc/patches-0.9.30.2/130-pthread_weak_binding.patch new file mode 100644 index 000000000..92227cf41 --- /dev/null +++ b/toolchain/uClibc/patches-0.9.30.2/130-pthread_weak_binding.patch @@ -0,0 +1,10 @@ +--- 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 ) + {