summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.x.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-09 19:03:27 +0000
committerSteve Huston <shuston@riverace.com>1999-07-09 19:03:27 +0000
commit158ffa9a2626a87a092ec8d46e1415c22455f552 (patch)
treee264f80baa0a004dc6b430842d6019353f034f01 /ace/config-aix-4.x.h
parent75544ef6071fd4955067fac81aa547680c629e28 (diff)
downloadATCD-158ffa9a2626a87a092ec8d46e1415c22455f552.tar.gz
Re-enable ACE_LACKS_SETSCHED for now.
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r--ace/config-aix-4.x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index 81084f6cdc1..2ba01f9526f 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -200,10 +200,12 @@
#if (ACE_AIX_MINOR_VERS >= 3)
# define ACE_HAS_PTHREADS_STD
# define ACE_HAS_PTHREADS_UNIX98_EXT
+// ACE_LACKS_SETSCHED should not be needed, but the OS.* doesn't fine tune
+// this enough - it's too overloaded. Fix after ACE 5 is done.
+# define ACE_LACKS_SETSCHED
#else
# define ACE_HAS_PTHREADS_DRAFT7
# define ACE_LACKS_RWLOCK_T
-# define ACE_LACKS_SETSCHED
# define ACE_LACKS_THREAD_STACK_ADDR
// If ACE doesn't compile due to the lack of these methods, please
// send email to ace-users@cs.wustl.edu reporting this.