diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 11:00:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 11:00:30 +0000 |
commit | ae91936353df4d1ce8dfbe5d37e729ef85d0b1b2 (patch) | |
tree | 0070c2f9ecb6f873e8cd42e8a009452b91b91dd7 /libc/sysdeps/linux/hppa/bits | |
parent | f6ec2bd461909d8e59dc57e5b492740353ff6fcc (diff) |
libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value,
no need to define it here
Diffstat (limited to 'libc/sysdeps/linux/hppa/bits')
-rw-r--r-- | libc/sysdeps/linux/hppa/bits/signum.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/signum.h b/libc/sysdeps/linux/hppa/bits/signum.h index 7eeda4852..d1d0f38bf 100644 --- a/libc/sysdeps/linux/hppa/bits/signum.h +++ b/libc/sysdeps/linux/hppa/bits/signum.h @@ -57,9 +57,6 @@ #define SIGXFSZ 34 /* File size limit exceeded (4.2 BSD). */ #define SIGSTKFLT 36 /* Stack fault. */ -#define _NSIG 65 /* Biggest signal number + 1 - (including real-time signals). */ - #define __SIGRTMIN 37 #endif /* <signal.h> included. */ |