summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-27 05:09:44 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-27 05:09:44 +0000
commit2be64ec5463a6e3750f64d94acbcd6bc1cf87c0f (patch)
tree9f4ecbb6493d73044fc9d67c5871dfbbf5fe19e8 /ace/README
parentaffa22ac4e6796ba91387464b034a32f7f4d4bb5 (diff)
downloadATCD-2be64ec5463a6e3750f64d94acbcd6bc1cf87c0f.tar.gz
Replaced ACE_LACKS_SCHED_H with ACE_NEEDS_SCHED_H
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/README b/ace/README
index e76dbe330f0..938fbacef09 100644
--- a/ace/README
+++ b/ace/README
@@ -764,10 +764,6 @@ ACE_LACKS_RWLOCK_T Platform lacks readers/writer
ACE_LACKS_SBRK Platform lacks a working
sbrk() (e.g., Win32 and
VxWorks)
-ACE_LACKS_SCHED_H Platform needs to #include
- <sched.h>
- to get thread scheduling
- defs.
ACE_LACKS_SEEKDIR Platform uses ACE_HAS_DIRENT
but does not have seekdir ().
ACE_LACKS_SEMBUF_T Platform lacks struct sembuf
@@ -877,6 +873,10 @@ ACE_NEEDS_LWP_PRIO_SET OS has LWPs, and when the
priority of a bound thread is
set, then the LWP priority
must be set also.
+ACE_NEEDS_SCHED_H Platform needs to #include
+ <sched.h>
+ to get thread scheduling
+ defs.
----------------------------------------
The following is a partial list of where some of these macros are used