projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1cde9
)
Declare __libc_sigaction.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 7 Jul 2000 00:44:21 +0000
(
00:44
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 7 Jul 2000 00:44:21 +0000
(
00:44
+0000)
include/signal.h
patch
|
blob
|
history
diff --git
a/include/signal.h
b/include/signal.h
index
d58d053
..
3d6a8ee
100644
(file)
--- 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);