summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 03:40:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 03:40:53 +0000
commit21f795fd7b98b9541b009a7180402dac9eea92e7 (patch)
treebcf5a53b754834e8190e0932fc25defa8a636b7a
parent7f7c844096073479a18a4ad4fb0f58445a9bbd0b (diff)
downloadATCD-21f795fd7b98b9541b009a7180402dac9eea92e7.tar.gz
(thr_create): moved #endif /* ACE_LACKS_SETDETACH */ outside of }, to allow compilation on DU 4.0/cxx with DCE threads
-rw-r--r--ace/OS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index d3baf6440d6..5acc8fba282 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -2638,8 +2638,8 @@ ACE_OS::thr_create (ACE_THR_FUNC func,
# else
::pthread_detach (thr_id);
# endif /* HPUX_10 */
-# endif /* ACE_LACKS_SETDETACH */
}
+# endif /* ACE_LACKS_SETDETACH */
::pthread_attr_delete (&attr);