summaryrefslogtreecommitdiff
path: root/ace/os_include/os_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_pthread.h')
-rw-r--r--ace/os_include/os_pthread.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/os_include/os_pthread.h b/ace/os_include/os_pthread.h
index a457271c9eb..a138fd2af0d 100644
--- a/ace/os_include/os_pthread.h
+++ b/ace/os_include/os_pthread.h
@@ -345,11 +345,7 @@ extern "C" pthread_t pthread_self (void);
# undef THR_DAEMON
# define THR_BOUND 0x00000001
-# if defined (CHORUS)
-# define THR_NEW_LWP 0x00000000
-# else
-# define THR_NEW_LWP 0x00000002
-# endif /* CHORUS */
+# define THR_NEW_LWP 0x00000002
# define THR_DETACHED 0x00000040
# define THR_SUSPENDED 0x00000080
# define THR_DAEMON 0x00000100