diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:20:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:20:14 +0000 |
commit | 5354f1ab0c1e6da8efd212e674c85c31e1d719e3 (patch) | |
tree | 8c49d2f96f93f1844d66a679e4a3d14057e53394 | |
parent | f87967b01fe48a28e3e0c88bef9fada86d685b76 (diff) |
Remove the nonexistant __sigaction
-rw-r--r-- | include/signal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/signal.h b/include/signal.h index 03a4e096e..3c50f098d 100644 --- a/include/signal.h +++ b/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)); |