From 2fa66fcc51900bcb30b70429533d96b9c8e94e5a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 15 Jan 2006 10:41:20 +0000 Subject: revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in header, keep it visible --- include/signal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/signal.h b/include/signal.h index e4e5a10a8..288febd01 100644 --- a/include/signal.h +++ b/include/signal.h @@ -93,8 +93,8 @@ extern __sighandler_t signal (int __sig, __sighandler_t __handler) __THROW; #else /* Make sure the used `signal' implementation is the SVID version. */ -# ifdef __REDIRECT -extern __sighandler_t __REDIRECT (signal, +# ifdef __REDIRECT_NTH +extern __sighandler_t __REDIRECT_NTH (signal, (int __sig, __sighandler_t __handler), __sysv_signal); # else -- cgit v1.2.3