From 395e1d97616743e0fbadcc59ca2a75c36f14a3cf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Sep 2009 04:00:48 +0200 Subject: sigpause: remove libc_hidden_proto/def Signed-off-by: Denys Vlasenko --- include/signal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/signal.h b/include/signal.h index f72707950..31ebc133c 100644 --- a/include/signal.h +++ b/include/signal.h @@ -184,7 +184,6 @@ libc_hidden_proto(__sigpause) /* Set the mask of blocked signals to MASK, wait for a signal to arrive, and then restore the mask. */ extern int sigpause (int __mask) __THROW __attribute_deprecated__; -libc_hidden_proto(sigpause) # define sigpause(mask) __sigpause ((mask), 0) #else # ifdef __USE_XOPEN -- cgit v1.2.3