summaryrefslogtreecommitdiff
path: root/ace/README
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-27 22:13:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-27 22:13:30 +0000
commit84349a69ae64a2c33e342d8ac0204e7d72acf7b2 (patch)
tree87c51adb13600f31a842015e339fb46b04490abf /ace/README
parentbb2c412b10097d91e7ec85f36156d6ed8bedd175 (diff)
downloadATCD-84349a69ae64a2c33e342d8ac0204e7d72acf7b2.tar.gz
(getrusage,{get,set}rlimit): added ACE_HAS_RUSAGE_WHO_ENUM and ACE_HAS_RLIMIT_RESOURCE_ENUM support
Diffstat (limited to 'ace/README')
-rw-r--r--ace/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/README b/ace/README
index 632a3fc2ce2..51ea4e075ab 100644
--- a/ace/README
+++ b/ace/README
@@ -21,6 +21,8 @@ ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inhe
ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads APIs for
ACE_HAS_RECVFROM_TIMEDWAIT timed send/recv operations
ACE_HAS_RECVMSG_TIMEDWAIT
+ACE_HAS_RLIMIT_RESOURCE_ENUM Platform has enum instead of int for first argument to ::{get,set}rlimit (). The value of this macro is the enum definition, e.g., enum __rlimit_resource, for Linux glibc 2.0.
+ACE_HAS_RUSAGE_WHO_ENUM Platform has enum instead of int for first argument to ::getrusage (). The value of this macro is the enum definition, e.g., enum __rusage_who, for Linux glibc 2.0.
ACE_HAS_SEND_TIMEDWAIT
ACE_HAS_SENDTO_TIMEDWAIT
ACE_HAS_SENDMSG_TIMEDWAIT