uclibc: add the pthread daemon() fix from #4809

SVN-Revision: 15344
master
Felix Fietkau 16 years ago
parent 0d00b1cb59
commit 632f50b891
  1. 10
      toolchain/uClibc/patches-0.9.29/230-pthread_weak_binding.patch
  2. 10
      toolchain/uClibc/patches-0.9.30/130-pthread_weak_binding.patch
  3. 10
      toolchain/uClibc/patches-nptl/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 )
{

@ -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 )
{

@ -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 )
{
Loading…
Cancel
Save