diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-27 05:09:44 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-27 05:09:44 +0000 |
commit | 2be64ec5463a6e3750f64d94acbcd6bc1cf87c0f (patch) | |
tree | 9f4ecbb6493d73044fc9d67c5871dfbbf5fe19e8 /ace/README | |
parent | affa22ac4e6796ba91387464b034a32f7f4d4bb5 (diff) | |
download | ATCD-2be64ec5463a6e3750f64d94acbcd6bc1cf87c0f.tar.gz |
Replaced ACE_LACKS_SCHED_H with ACE_NEEDS_SCHED_H
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 8 |
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 |