From 3c3f899b6d2ff68d3d6f1ef8f752218d8dd594ea Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 01:00:55 +0100 Subject: remove unneeded hidden sigwaitinfo use __sigwaitinfo in sigwait.c, since that is already hidden 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 eb868bb6b..3c64fd5f3 100644 --- a/include/signal.h +++ b/include/signal.h @@ -334,7 +334,6 @@ extern int sigwaitinfo (__const sigset_t *__restrict __set, #ifdef _LIBC extern __typeof(sigwaitinfo) __sigwaitinfo attribute_hidden; #endif -libc_hidden_proto(sigwaitinfo) /* Select any of pending signals from SET and place information in INFO. Wait the time specified by TIMEOUT if no signal is pending. -- cgit v1.2.3