summary refs log tree commit diff
path: root/signal
diff options
context:
space:
mode:
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h2
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;