diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-13 00:55:15 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | 5fce95b146d86e31977fcc62380b9fd32813561f (patch) | |
tree | 57d7336d23c8c99a5834e04a7a86e53cbf39acb3 /include/signal.h | |
parent | 12bfecef4c3340935ca2c107bdef06fc7da8bd95 (diff) |
no need for hidden sigtimedwait
remove unneeded attribute_hidden too, as the prototype provides it
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |