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 --- libc/signal/sigaction.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/signal') diff --git a/libc/signal/sigaction.c b/libc/signal/sigaction.c index c725c6125..5a5a60c3a 100644 --- a/libc/signal/sigaction.c +++ b/libc/signal/sigaction.c @@ -24,11 +24,6 @@ #include -#ifndef LIBC_SIGACTION -extern __typeof(sigaction) __libc_sigaction; -#endif - - #if defined __NR_rt_sigaction /* If ACT is not NULL, change the action for SIG to *ACT. -- cgit v1.2.3