summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-kcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-irix6.x-kcc.h')
-rw-r--r--ace/config-irix6.x-kcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-irix6.x-kcc.h b/ace/config-irix6.x-kcc.h
index a622e6a2046..2dfbfcae753 100644
--- a/ace/config-irix6.x-kcc.h
+++ b/ace/config-irix6.x-kcc.h
@@ -20,6 +20,7 @@
// IRIX 6.2 supports a variant of POSIX Pthreads, supposedly POSIX 1c
#define ACE_HAS_PTHREADS
#define ACE_HAS_PTHREADS_STD
+#define ACE_HAS_PTHREAD_SIGMASK
#include "ace/config-irix6.x-common.h"
@@ -30,6 +31,9 @@
#define PTHREAD_MIN_PRIORITY PX_PRIO_MIN
#define PTHREAD_MAX_PRIORITY PX_PRIO_MAX
+// Platforms has pthread_thr_sigsetmask
+#define ACE_HAS_PTHREAD_SIGMASK
+
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE