projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd6139
)
Define __libc_have_rt_sig here.
author
drepper
<drepper>
Sun, 28 Dec 1997 15:26:19 +0000
(15:26 +0000)
committer
drepper
<drepper>
Sun, 28 Dec 1997 15:26:19 +0000
(15:26 +0000)
sysdeps/unix/sysv/linux/i386/sigaction.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/i386/sigaction.c
b/sysdeps/unix/sysv/linux/i386/sigaction.c
index
05d187c
..
90818c1
100644
(file)
--- a/
sysdeps/unix/sysv/linux/i386/sigaction.c
+++ b/
sysdeps/unix/sysv/linux/i386/sigaction.c
@@
-32,8
+32,8
@@
extern int __syscall_rt_sigaction (int, const struct sigaction *,
struct sigaction *, size_t);
/* The variable is shared between all wrappers around signal handling
- functions which have RT equivalents.
It is defined in sigsuspend.c.
*/
-
extern int __libc_have_rt_sigs
;
+ functions which have RT equivalents. */
+
int __libc_have_rt_sigs = -1
;
/* If ACT is not NULL, change the action for SIG to *ACT.