diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
commit | bd6ddc52daef2a49e8cc7fc210236d6f75917fff (patch) | |
tree | 181a2e9edcb2dd8c227a19ab56ec067f7933d675 /ace/config-mvs.h | |
parent | 7b844f59e70f35915cca9bddbb0691e10221e468 (diff) | |
download | ATCD-bd6ddc52daef2a49e8cc7fc210236d6f75917fff.tar.gz |
eee
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r-- | ace/config-mvs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h index d9f7577c58a..c2eb04ab54f 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -143,6 +143,9 @@ // Platform doesn't have <sys/param.h> #define ACE_LACKS_PARAM_H +// Platform lacks pthread_sigaction +#define ACE_LACKS_PTHREAD_THR_SIGSETMASK + // Platform doesn't have pthread_setsched() and friends. #define ACE_LACKS_SETSCHED |