Add prototypes for internal sigpause interfaces.

This commit is contained in:
Andreas Jaeger 2000-12-27 07:54:56 +00:00
parent a6d950b914
commit 8001fa6014
1 changed files with 6 additions and 0 deletions

View 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