From ae91936353df4d1ce8dfbe5d37e729ef85d0b1b2 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 23 Dec 2008 11:00:30 +0000 Subject: libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value, no need to define it here --- libc/sysdeps/linux/hppa/bits/signum.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/hppa') 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 /* included. */ -- cgit v1.2.3