diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 18:00:38 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 18:00:38 +0000 |
commit | 06673324b8fd93d472ab622eca566914c175058e (patch) | |
tree | 90668c1bd7e77612c88a5cff60db84604ec50422 /ace/config-fsu-pthread.h | |
parent | f704ec6df2b585b44f90b836d9f3e26a37fe54a1 (diff) | |
download | ATCD-06673324b8fd93d472ab622eca566914c175058e.tar.gz |
Changed to ACE_HAS_PTHREADS_DRAFT6
Diffstat (limited to 'ace/config-fsu-pthread.h')
-rw-r--r-- | ace/config-fsu-pthread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h index e1a57d31c47..2d033bc8e40 100644 --- a/ace/config-fsu-pthread.h +++ b/ace/config-fsu-pthread.h @@ -11,7 +11,12 @@ #define ACE_MT_SAFE 1 #endif +/* +** FSU implements 1003.4a draft 6 threads - the ACE_HAS_FSU_PTHREADS def +** is needed for some peculiarities with this particular implementation. +*/ #define ACE_HAS_PTHREADS +#define ACE_HAS_PTHREADS_DRAFT6 #define ACE_HAS_FSU_PTHREADS #define ACE_HAS_THREAD_SPECIFIC_STORAGE #define ACE_HAS_PTHREAD_T |