diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 14:40:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 14:40:03 +0000 |
commit | 2d4a30ce4903fcbdf419f65412050bf32c7d1e91 (patch) | |
tree | b6fe6efda91c3c540f8a91f137b4242efab0640e /sysdeps/unix/sysv/linux/sparc | |
parent | 4a7ceb5a83feade78f5a35b2f82ff1c6c8ea7fcb (diff) | |
download | glibc-2d4a30ce4903fcbdf419f65412050bf32c7d1e91.tar.gz glibc-2d4a30ce4903fcbdf419f65412050bf32c7d1e91.tar.xz glibc-2d4a30ce4903fcbdf419f65412050bf32c7d1e91.zip |
Update.
1998-02-11 14:39 Ulrich Drepper <drepper@happy.cygnus.com> * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs): Rename from __libc_have_rt_sigs and leave as COMMON data.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c b/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c index 64cc21eb70..0fab662064 100644 --- 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]; |