diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-18 18:30:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-05-18 18:30:35 +0000 |
commit | 5961624594ccce3bbc8db8a1cacdad8157ee12de (patch) | |
tree | 755513dadf431c2ffb488e3d516b9af4efcaf797 /ace/config-linux-lxpthreads.h | |
parent | 78fa6ff82482d86ee7b6826224c30d0233c4603a (diff) | |
download | ATCD-5961624594ccce3bbc8db8a1cacdad8157ee12de.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index f8dba7f9654..b6434d14dd7 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -59,7 +59,10 @@ #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS // JCEJ 1/7-8/96 #define ACE_HAS_SIGWAIT -#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 #if defined(__GLIBC__) // Platform supports reentrant functions (i.e., all the POSIX *_r |