From db19d8d0a9b2ad0cd805944042137de166c4c94d Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 21:56:14 +0100 Subject: signal.h: provide prototype for __libc_sigaction and remove all others Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads/pthread.c | 3 --- libpthread/linuxthreads/signals.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'libpthread/linuxthreads') diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c index 66efe3a25..ade21dc1a 100644 --- a/libpthread/linuxthreads/pthread.c +++ b/libpthread/linuxthreads/pthread.c @@ -37,9 +37,6 @@ # error "This must not happen" #endif -/* mods for uClibc: __libc_sigaction is not in any standard headers */ -extern __typeof(sigaction) __libc_sigaction; - #if !(USE_TLS && HAVE___THREAD) /* These variables are used by the setup code. */ extern int _errno; diff --git a/libpthread/linuxthreads/signals.c b/libpthread/linuxthreads/signals.c index 61b411aba..672b8e4d9 100644 --- a/libpthread/linuxthreads/signals.c +++ b/libpthread/linuxthreads/signals.c @@ -20,9 +20,6 @@ #include "internals.h" #include "spinlock.h" -/* mods for uClibc: __libc_sigaction is not in any standard headers */ -extern __typeof(sigaction) __libc_sigaction; - int pthread_sigmask(int how, const sigset_t * newmask, sigset_t * oldmask) { sigset_t mask; -- cgit v1.2.3