diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:05:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-12 19:05:27 +0000 |
commit | 983dbef61c17529a7ab294e05f4421fd5b1e2a3a (patch) | |
tree | 61e464c1ec4f70d15ed82a7dea5605a7314832b8 /vos/config.alpha.h | |
parent | 1e94dd5d9877f4e97f6cf59a5dc1356a3e20457b (diff) | |
download | perl-983dbef61c17529a7ab294e05f4421fd5b1e2a3a.tar.gz |
Add sigprocmask() probe, regen Configure, regen toc.
p4raw-id: //depot/perl@8421
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r-- | vos/config.alpha.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h index aaeb129cba..51488ab464 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -1914,6 +1914,13 @@ */ /*#define HAS_SIGACTION /**/ +/* HAS_SIGPROCMASK: + * This symbol, if defined, indicates that sigprocmask + * system call is available to examine or change the signal mask + * of the calling process. + */ +/*#define HAS_SIGPROCMASK /**/ + /* HAS_SIGSETJMP: * This variable indicates to the C program that the sigsetjmp() * routine is available to save the calling process's registers |