diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 18:03:50 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 18:03:50 +0000 |
commit | 151dbb0a6ccf59acb24da6342ab304420442b1ca (patch) | |
tree | 97b59aab09e61c3908d82890f0147763d59a1509 /ace/config-irix6.x-sgic++.h | |
parent | 2a67868f5178daaf099e6ecae3303c032b847816 (diff) | |
download | ATCD-151dbb0a6ccf59acb24da6342ab304420442b1ca.tar.gz |
Changed to ACE_HAS_PTHREADS_STD
Diffstat (limited to 'ace/config-irix6.x-sgic++.h')
-rw-r--r-- | ace/config-irix6.x-sgic++.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h index eedee54c08b..ee0c357979b 100644 --- a/ace/config-irix6.x-sgic++.h +++ b/ace/config-irix6.x-sgic++.h @@ -31,6 +31,7 @@ // IRIX 6.2 supports a variant of POSIX Pthreads, supposedly POSIX 1c #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_STD // Platforms has pthread_thr_sigsetmask #define ACE_HAS_PTHREAD_SIGMASK |