diff options
Diffstat (limited to 'include/signal.h')
-rw-r--r-- | include/signal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h index b69de03ff6..276a99d80a 100644 --- a/include/signal.h +++ b/include/signal.h @@ -61,6 +61,11 @@ extern int __xpg_sigpause (int sig); /* Allocate real-time signal with highest/lowest available priority. */ extern int __libc_allocate_rtsig (int __high); + +# if IS_IN (rtld) +extern __typeof (__sigaction) __sigaction attribute_hidden; +extern __typeof (__libc_sigaction) __libc_sigaction attribute_hidden; +# endif # endif #endif #endif |