1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
Ulrich Drepper
1998-02-11 14:40:03 +00:00
parent 4a7ceb5a83
commit 2d4a30ce49
3 changed files with 6 additions and 439 deletions

View File

@ -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];