瀏覽代碼

Remove the nonexistant __sigaction

Eric Andersen 24 年之前
父節點
當前提交
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));
 extern int sigsuspend __P ((__const sigset_t *__set));
 
 
 /* Get and/or set the action for signal SIG.  */
 /* 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,
 extern int sigaction __P ((int __sig, __const struct sigaction *__act,
 			   struct sigaction *__oact));
 			   struct sigaction *__oact));