git-svn-id: http://svn.librewrt.org/librewrt@94 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2
[librewrt/.git] / absolute-alpha / toolchain / uClibc / patches-0.9.30.3 / 130-pthread_weak_binding.patch
1 --- a/libc/unistd/daemon.c
2 +++ b/libc/unistd/daemon.c
3 @@ -54,7 +54,6 @@
4  libc_hidden_proto(dup2)
5  libc_hidden_proto(setsid)
6  libc_hidden_proto(chdir)
7 -libc_hidden_proto(fork)
8  
9  int daemon( int nochdir, int noclose )
10  {