summaryrefslogtreecommitdiff
path: root/include/signal.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-13 01:00:55 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:22 +0200
commit3c3f899b6d2ff68d3d6f1ef8f752218d8dd594ea (patch)
treeeb115b998c9cdedde6d56296bb17085f2ddfd2ed /include/signal.h
parent5fce95b146d86e31977fcc62380b9fd32813561f (diff)
remove unneeded hidden sigwaitinfo
use __sigwaitinfo in sigwait.c, since that is already hidden Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.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 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.