]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Mon, 5 Feb 2001 19:55:22 +0000 (19:55 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 5 Feb 2001 19:55:22 +0000 (19:55 +0000)
* signal/signal.h: Move __sigaction from here to...
* include/signal.h: ...here.

ChangeLog
include/signal.h
signal/signal.h

index 40a747b97c3ff9b0fa80ebaa34ade31a1a09e018..bab50bceb7014459260a7d4ee8fefde02e5a6ce6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-02-05  Andreas Jaeger  <aj@suse.de>
 
+       * signal/signal.h: Move __sigaction from here to...
+       * include/signal.h: ...here.
+
        * io/fcntl.h: Move __fcntl and __open to...
        * include/fcntl.h: ...here.
 
index 3acc1f0bd72538bd1c411f695b26595b41cffb61..0f7eb851bfa76313c8cfe7e3530a3abe8de3db2b 100644 (file)
@@ -7,6 +7,8 @@
 /* Now define the internal interfaces.  */
 extern __sighandler_t __bsd_signal (int __sig, __sighandler_t __handler);
 extern int __kill (__pid_t __pid, int __sig);
+extern int __sigaction (int __sig, __const struct sigaction *__restrict __act,
+                       struct sigaction *__restrict __oact);
 extern int __sigblock (int __mask);
 extern int __sigsetmask (int __mask);
 extern int __sigprocmask (int __how,
index 347bcb9f340ff6ed13cf27079f88a10c23f4d896..8ec756b3b126753f3d8f9e61616d7c1e88f46b2f 100644 (file)
@@ -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;
 
This page took 0.044586 seconds and 5 git commands to generate.