diff options
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 |