summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.30.2/130-pthread_weak_binding.patch
blob: 92227cf418ec88dfe9257bf885a57f510a0fc37a (plain)
1
2
3
4
5
6
7
8
9
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 )
 {