diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 02:58:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 02:58:38 +0000 |
commit | 9381dc335de041c194d3f9c01d197d915e3b3e06 (patch) | |
tree | ceb2633f270ffa4abcb9efb66958d411a027d18d /ace/config-irix6.x-sgic++.h | |
parent | 212f5d8199c40b1d3eb5b0767914fc71bf254d29 (diff) | |
download | ATCD-9381dc335de041c194d3f9c01d197d915e3b3e06.tar.gz |
ChangeLogTag:Wed Sep 3 21:38:18 1997 Carlos O'Ryan <coryan@polka.cs.wustl.edu>
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 |