diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-16 01:24:40 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:38 +0200 |
commit | cef1f9517c319d86b4b426ecc14a10d0fa5494c7 (patch) | |
tree | 5b392bf02781e05e221ec445a33e69478a0b5c46 /include | |
parent | c28cabb17933d98c9046d4b2492e39757bbacf5a (diff) |
no need for hidden __sigpause, use an internal static function
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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, |