Преглед изворни кода

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

Denis Vlasenko пре 15 година
родитељ
комит
ae91936353
1 измењених фајлова са 0 додато и 3 уклоњено
  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.  */