diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-15 10:41:20 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-15 10:41:20 +0000 |
commit | 2fa66fcc51900bcb30b70429533d96b9c8e94e5a (patch) | |
tree | e4c33cb8da9f4cad255e68b1be202be64f4d1ffb /include | |
parent | ab1101f24b79849c10ccca5f003436d0f5374d0e (diff) |
revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in header, keep it visible
Diffstat (limited to 'include')
-rw-r--r-- | include/signal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |