diff options
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r-- | ace/config-freebsd-pthread.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index cdd4fc3a85c..cd8cd80bb06 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -143,8 +143,10 @@ enum schedparam_policy { #define ACE_LACKS_SETSCHED #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_PTHREAD_THR_SIGSETMASK -#define ACE_LACKS_CONDATTR_PSHARED -// this one is in doubt +// 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_HAS_THREAD_SPECIFIC_STORAGE // #define ACE_HAS_SIGWAIT |