diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h index 9a2608271..7ff2c9fbc 100644 --- a/include/signal.h +++ b/include/signal.h @@ -196,7 +196,6 @@ extern void psiginfo (__const siginfo_t *__pinfo, __const char *__s); This function is a cancellation point and therefore not marked with __THROW. */ extern int __sigpause (int __sig_or_mask, int __is_sig); -libc_hidden_proto(__sigpause) #ifdef __FAVOR_BSD /* Set the mask of blocked signals to MASK, |