summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 11:00:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-12-23 11:00:30 +0000
commitae91936353df4d1ce8dfbe5d37e729ef85d0b1b2 (patch)
tree0070c2f9ecb6f873e8cd42e8a009452b91b91dd7 /libc/sysdeps/linux/hppa
parentf6ec2bd461909d8e59dc57e5b492740353ff6fcc (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')
-rw-r--r--libc/sysdeps/linux/hppa/bits/signum.h3
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. */