diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-06 19:32:06 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-06 19:32:06 +0000 |
commit | 484cc79f39edb592aeaf962c7e99982d32eec687 (patch) | |
tree | 6b8d733c509153f90ff8aacad4c23131fdbae0e7 /ace/config-irix6.x-sgic++.h | |
parent | ff4c723180bd562f39ac5dffcd4841b31235f27e (diff) | |
download | ATCD-484cc79f39edb592aeaf962c7e99982d32eec687.tar.gz |
ChangeLogTag:Thu Aug 6 14:30:11 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/config-irix6.x-sgic++.h')
-rw-r--r-- | ace/config-irix6.x-sgic++.h | 4 |
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 |