diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-05 19:55:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-05 19:55:22 +0000 |
commit | d9bfd1a510a2c83d8f72cb859422f38130be50f9 (patch) | |
tree | a54d0595f24067379f37f3d2fb3c8ec3bfa0346d /signal | |
parent | 414a6b0d9c78747b66b285d2bb0ea6caf4871a4f (diff) |
Update.
* signal/signal.h: Move __sigaction from here to...
* include/signal.h: ...here.
Diffstat (limited to 'signal')
-rw-r--r-- | signal/signal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/signal/signal.h b/signal/signal.h index 347bcb9f34..8ec756b3b1 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -240,8 +240,6 @@ extern int sigprocmask (int __how, __const sigset_t *__restrict __set, extern int sigsuspend (__const sigset_t *__set) __THROW; /* Get and/or set the action for signal SIG. */ -extern int __sigaction (int __sig, __const struct sigaction *__restrict __act, - struct sigaction *__restrict __oact) __THROW; extern int sigaction (int __sig, __const struct sigaction *__restrict __act, struct sigaction *__restrict __oact) __THROW; |