diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-21 21:44:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-21 21:44:15 +0000 |
commit | 614ee2aaf4ce33d24afcada424b0e3fe855cbe46 (patch) | |
tree | 166c2a5506b0c5c6c1ea943e20f47f0d7a221495 /ace/config-irix6.x-sgic++.h | |
parent | 6ab26ef8a649081dfb87ab280884f995ec764046 (diff) | |
download | ATCD-614ee2aaf4ce33d24afcada424b0e3fe855cbe46.tar.gz |
ChangeLogTag:Fri Aug 21 16:40:39 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/config-irix6.x-sgic++.h')
-rw-r--r-- | ace/config-irix6.x-sgic++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h index ee0c357979b..bfc33d7bf32 100644 --- a/ace/config-irix6.x-sgic++.h +++ b/ace/config-irix6.x-sgic++.h @@ -45,6 +45,9 @@ // Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE +// The pthread_cond_timedwait call does not reset the timer. +#define ACE_LACKS_COND_TIMEDWAIT_RESET 1 + // Scheduling functions are declared in <sched.h> #define ACE_NEEDS_SCHED_H |