Add prototypes for internal sigpause interfaces.
authorAndreas Jaeger <aj@suse.de>
Wed, 27 Dec 2000 07:54:56 +0000 (07:54 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 27 Dec 2000 07:54:56 +0000 (07:54 +0000)
include/signal.h

index 3d6a8ee..3acc1f0 100644 (file)
@@ -26,6 +26,12 @@ extern int __sigaltstack (__const struct sigaltstack *__ss,
 extern int __libc_sigaction (int sig, const struct sigaction *act,
                             struct sigaction *oact);
 
+extern int __sigpause (int sig_or_mask, int is_sig);
+extern int __default_sigpause (int mask);
+extern int __xpg_sigpause (int sig);
+
+
+
 /* Allocate real-time signal with highest/lowest available priority.  */
 extern int __libc_allocate_rtsig (int __high);
 #endif