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 --- 1 file changed, 3 deletions(-) (limited to 'libpthread/linuxthreads/pthread.c') 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; -- cgit v1.2.3