diff options
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index a4af061b208..2e2757957eb 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -157,7 +157,10 @@ // needed. However, if someone comes across a need for it, here it is. //#define ACE_HAS_THREAD_SELF -#define ACE_LACKS_CONDATTR_PSHARED +// If ACE doesn't compile due to the lack of these methods, please +// send email to schmidt@cs.wustl.edu reporting this. +// #define ACE_LACKS_CONDATTR_PSHARED +// #define ACE_LACKS_MUTEXATTR_PSHARED #define ACE_LACKS_RWLOCK_T #define ACE_LACKS_SETSCHED #define ACE_LACKS_THREAD_PROCESS_SCOPING |