Browse Source

libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value,
no need to define it here

Denis Vlasenko 15 years ago
parent
commit
ae91936353
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/sysdeps/linux/hppa/bits/signum.h

+ 0 - 3
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.  */