summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/pthread.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-12 21:56:14 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:22 +0200
commitdb19d8d0a9b2ad0cd805944042137de166c4c94d (patch)
tree2ac5dd4d497c018085acddf677ab6d0e07783cb8 /libpthread/linuxthreads.old/pthread.c
parentd2b80a39961efbebeda9f4543179c11d4d6a0b26 (diff)
signal.h: provide prototype for __libc_sigaction and remove all others
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/linuxthreads.old/pthread.c')
-rw-r--r--libpthread/linuxthreads.old/pthread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/pthread.c b/libpthread/linuxthreads.old/pthread.c
index 75eb2522f..740877f9d 100644
--- a/libpthread/linuxthreads.old/pthread.c
+++ b/libpthread/linuxthreads.old/pthread.c
@@ -36,8 +36,6 @@
#include <sys/types.h>
#include <sys/syscall.h>
-/* mods for uClibc: __libc_sigaction is not in any standard headers */
-extern __typeof(sigaction) __libc_sigaction;
libpthread_hidden_proto(waitpid)
libpthread_hidden_proto(raise)