From 2d4a30ce4903fcbdf419f65412050bf32c7d1e91 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Feb 1998 14:40:03 +0000 Subject: Update. 1998-02-11 14:39 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs): Rename from __libc_have_rt_sigs and leave as COMMON data. --- sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c b/sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c index 64cc21e..0fab662 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]; -- cgit v1.1