소스 검색

Remove the nonexistant __sigaction

Eric Andersen 23 년 전
부모
커밋
5354f1ab0c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/signal.h

+ 0 - 2
include/signal.h

@@ -225,8 +225,6 @@ extern int sigprocmask __P ((int __how,
 extern int sigsuspend __P ((__const sigset_t *__set));
 
 /* Get and/or set the action for signal SIG.  */
-extern int __sigaction __P ((int __sig, __const struct sigaction *__act,
-			     struct sigaction *__oact));
 extern int sigaction __P ((int __sig, __const struct sigaction *__act,
 			   struct sigaction *__oact));