diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-18 22:59:59 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-18 22:59:59 +0000 |
commit | 58a7c26bb4e31caa5c29487787003b8a41472b7c (patch) | |
tree | 52c4f5bf3da565718e43c65dd90041a83ff30b8b /ace/README | |
parent | bb606eec8adecf044c7efc3f84ad1d81bb5d4fe1 (diff) | |
download | ATCD-58a7c26bb4e31caa5c29487787003b8a41472b7c.tar.gz |
ChangeLogTag:Wed Aug 18 17:58:06 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/README b/ace/README index 58ebc88f5dc..cd40c1e62d8 100644 --- a/ace/README +++ b/ace/README @@ -185,6 +185,10 @@ ACE_HAS_BROKEN_CONVERSIONS Compiler can't handle calls like foo->operator T *() ACE_HAS_BROKEN_CTIME Compiler/platform uses macro for ctime (e.g., MVS) +ACE_HAS_BROKEN_DGRAM_SENDV Platform sendv() does not work + properly with datagrams, + i.e. it fails when the iovec + size is IOV_MAX. ACE_HAS_BROKEN_ENUMS Compiler can't handle large enums (e.g., HP/UX C++) ACE_HAS_BROKEN_HPUX_TEMPLATES Earlier versions of HP/UX C++ |