diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index d235ba11ce..5ba21bb7e3 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -1926,6 +1926,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 |