diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-12 02:55:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-12 02:55:06 +0000 |
commit | 09013fbf7bf7f984c64c3a87146c713b26ddd222 (patch) | |
tree | a706bff8f0fd0f3e6f3bf289dc8af9624587995a /ace/config-osf1-4.0.h | |
parent | daf6f8321f44e5144d2a644df1b0a9a99ee63f02 (diff) | |
download | ATCD-09013fbf7bf7f984c64c3a87146c713b26ddd222.tar.gz |
put back ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 1dbf120da70..e37888a175b 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -43,6 +43,8 @@ // parameter. #define ACE_HAS_BROKEN_SETRLIMIT +#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS + // Platform supports POSIX 1.b clock_gettime () #define ACE_HAS_CLOCK_GETTIME |