From cef1f9517c319d86b4b426ecc14a10d0fa5494c7 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 01:24:40 +0200 Subject: no need for hidden __sigpause, use an internal static function Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/signal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/signal.h') 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, -- cgit v1.2.3