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:
651008e
)
(__libc_missing_rt_sigs): Rename from __libc_have_rt_sigs and leave as
author
drepper
<drepper>
Wed, 11 Feb 1998 14:39:35 +0000
(14:39 +0000)
committer
drepper
<drepper>
Wed, 11 Feb 1998 14:39:35 +0000
(14:39 +0000)
COMMON data.
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
b/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
index
64cc21e
..
0fab662
100644
(file)
--- a/
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
+++ b/
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
@@
-24,7
+24,7
@@
/* The variable is shared between all wrappers around signal handling
functions which have RT equivalents. */
-int __libc_
have_rt_sigs = -1
;
+int __libc_
missing_rt_sigs
;
/* Commented out while I figure out what the fuck goes on */
long ____sig_table [NSIG];