summaryrefslogtreecommitdiff
path: root/include/signal.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-19 04:00:48 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-19 04:00:48 +0200
commit395e1d97616743e0fbadcc59ca2a75c36f14a3cf (patch)
tree7c8a82a03a9a248ebd3e5d7177afeb01fd7430b7 /include/signal.h
parentd4b4c5a0633be8be45583b2fd2238514a52e4202 (diff)
sigpause: remove libc_hidden_proto/def
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h1
1 files changed, 0 insertions, 1 deletions
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