소스 검색

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

Denis Vlasenko 16 년 전
부모
커밋
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.  */