summaryrefslogtreecommitdiff
path: root/ace/config-linux-pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-linux-pthread.h')
-rw-r--r--ace/config-linux-pthread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-linux-pthread.h b/ace/config-linux-pthread.h
index 2a52b61cb0d..833d595a9f9 100644
--- a/ace/config-linux-pthread.h
+++ b/ace/config-linux-pthread.h
@@ -19,6 +19,11 @@
#define ACE_LACKS_RWLOCK_T
#define ACE_HAS_SIGWAIT
#define ACE_LACKS_CONDATTR_PSHARED
+#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
// To use pthreads on Linux you'll need to use the MIT version, for
// now...