From b7f5cf144f495b7779655db7ad70d1f9b6e0d52c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Jan 2006 15:51:14 +0000 Subject: create local prototype for __libc_sigaction --- libc/signal/sigaction.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc') diff --git a/libc/signal/sigaction.c b/libc/signal/sigaction.c index 14c5418d4..d3a92a13a 100644 --- a/libc/signal/sigaction.c +++ b/libc/signal/sigaction.c @@ -16,6 +16,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include #include #include #include @@ -29,6 +30,10 @@ libc_hidden_proto(memcpy) translate it here. */ #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