summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_pthread.h')
-rw-r--r--ACE/ace/os_include/os_pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/os_include/os_pthread.h b/ACE/ace/os_include/os_pthread.h
index 6b2582b21c8..5693cb880e2 100644
--- a/ACE/ace/os_include/os_pthread.h
+++ b/ACE/ace/os_include/os_pthread.h
@@ -292,7 +292,7 @@
# define THR_EXPLICIT_SCHED 0x00800000
# define THR_SCHED_IO 0x01000000
-# if !defined (ACE_HAS_STHREADS)
+# if !defined (ACE_HAS_STHREADS) && !defined (ACE_MQX)
# if !defined (ACE_HAS_POSIX_SEM) && !defined (ACE_USES_FIFO_SEM)
// This needs to be moved out of here.