From 5fce95b146d86e31977fcc62380b9fd32813561f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 00:55:15 +0100 Subject: no need for hidden sigtimedwait remove unneeded attribute_hidden too, as the prototype provides it 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 8674b1a3b..eb868bb6b 100644 --- a/include/signal.h +++ b/include/signal.h @@ -348,7 +348,6 @@ extern int sigtimedwait (__const sigset_t *__restrict __set, #ifdef _LIBC extern __typeof(sigtimedwait) __sigtimedwait attribute_hidden; #endif -libc_hidden_proto(sigtimedwait) /* Send signal SIG to the process PID. Associate data in VAL with the signal. */ -- cgit v1.2.3