summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-sgic++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-irix6.x-sgic++.h')
-rw-r--r--ace/config-irix6.x-sgic++.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-irix6.x-sgic++.h b/ace/config-irix6.x-sgic++.h
index 2acb740c565..eedee54c08b 100644
--- a/ace/config-irix6.x-sgic++.h
+++ b/ace/config-irix6.x-sgic++.h
@@ -17,7 +17,6 @@
#define ACE_HAS_UALARM
// Needed for the threading stuff?
-#include /**/ <sched.h>
#include /**/ <task.h>
#define PTHREAD_MIN_PRIORITY PX_PRIO_MIN
#define PTHREAD_MAX_PRIORITY PX_PRIO_MAX
@@ -45,6 +44,9 @@
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
+// Scheduling functions are declared in <sched.h>
+#define ACE_NEEDS_SCHED_H
+
// Compile using multi-thread libraries
#if !defined (ACE_MT_SAFE)
#define ACE_MT_SAFE 1