diff options
Diffstat (limited to 'include')
-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. */ |