diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 00:44:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 00:44:21 +0000 |
commit | 353aebf582de8dc948b93b642528bea4014b1d8c (patch) | |
tree | 96d469860a75793dcf9228ebbaeb0cd366e9e264 /include/signal.h | |
parent | ca1cde9e3eeffca1fab21102cb5c4b56257dcf83 (diff) | |
download | glibc-353aebf582de8dc948b93b642528bea4014b1d8c.tar glibc-353aebf582de8dc948b93b642528bea4014b1d8c.tar.gz glibc-353aebf582de8dc948b93b642528bea4014b1d8c.tar.bz2 glibc-353aebf582de8dc948b93b642528bea4014b1d8c.zip |
Declare __libc_sigaction.
Diffstat (limited to 'include/signal.h')
-rw-r--r-- | include/signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h index d58d053eca..3d6a8ee0de 100644 --- a/include/signal.h +++ b/include/signal.h @@ -23,6 +23,8 @@ extern int __sigvec (int __sig, __const struct sigvec *__vec, extern int __sigreturn (struct sigcontext *__scp); extern int __sigaltstack (__const struct sigaltstack *__ss, struct sigaltstack *__oss); +extern int __libc_sigaction (int sig, const struct sigaction *act, + struct sigaction *oact); /* Allocate real-time signal with highest/lowest available priority. */ extern int __libc_allocate_rtsig (int __high); |