diff options
Diffstat (limited to 'ace/config-irix6.x-sgic++.h')
-rw-r--r-- | ace/config-irix6.x-sgic++.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h index 4e3ebe725eb..687d48fbf6f 100644 --- a/ace/config-irix6.x-sgic++.h +++ b/ace/config-irix6.x-sgic++.h @@ -29,13 +29,12 @@ // even though it supports pthreads! (like Irix 6.2) #define ACE_LACKS_CONDATTR_PSHARED -// Platform lacks pthread_thr_sigsetmask (e.g., MVS, HP/UX, OSF/1 3.2, -// Irix 6.2) -#define ACE_LACKS_PTHREAD_THR_SIGSETMASK - // IRIX 6.2 supports a variant of POSIX Pthreads, supposedly POSIX 1c #define ACE_HAS_PTHREADS +// Platforms has pthread_thr_sigsetmask +#define ACE_HAS_PTHREAD_SIGMASK + // Platform has pthread_equal(). #define ACE_HAS_PTHREAD_EQUAL |