OSDN Git Service

Remove the nonexistant __sigaction
authorEric Andersen <andersen@codepoet.org>
Tue, 16 Jan 2001 10:20:14 +0000 (10:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 16 Jan 2001 10:20:14 +0000 (10:20 -0000)
include/signal.h

index 03a4e09..3c50f09 100644 (file)
@@ -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));