diff options
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README index 2f07cd9016d..af30ae34c22 100644 --- a/ace/README +++ b/ace/README @@ -247,6 +247,7 @@ ACE_LACKS_MODE_MASKS Platform/compiler doesn't have open() mo ACE_LACKS_MPROTECT The platform doesn't have mprotect(2) (e.g., EPLX real time OS from CDC (based on LYNX)) ACE_LACKS_MSGBUF_T Platform lacks struct msgbuf (e.g., NT and MSV). ACE_LACKS_MSYNC Platform lacks msync() (e.g., Linux) +ACE_LACKS_MUTEXATTR_PSHARED Platform lacks pthread_mutexattr_setpshared(). ACE_LACKS_NETDB_REENTRANT_FUNCTIONS Platform does not support reentrant netdb functions (getprotobyname_r, getprotobynumber_r, gethostbyaddr_r, gethostbyname_r, getservbyname_r). |