diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 21:07:43 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-08 21:07:43 +0000 |
commit | 4a2354783c331296fc40b0765e623dc0cf6dedc1 (patch) | |
tree | f013b717704535b0401e015f04c54178e87d16b3 /ChangeLog-98b | |
parent | 2200219f58aebde8e3f8746b10666dfe0071c188 (diff) | |
download | ATCD-4a2354783c331296fc40b0765e623dc0cf6dedc1.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index ba3a81e3b73..97565d6a5b5 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -81,10 +81,6 @@ Mon Sep 07 09:52:12 1998 David L. Levine <levine@cs.wustl.edu> to tell ACE_OS::readdir_r () to use the three-arg ::readdir_r (). - * ace/config-vxworks.h: added ACE_HAS_DIRENT, though - links will fail at this point. VxWorks only has - a few opendir-related functions. - * ace/config-lynxos.h: added ACE_HAS_DIRENT. * ace/Log_Msg.cpp (log): initialized local "c" to '\0' so that @@ -95,7 +91,10 @@ Mon Sep 07 09:52:12 1998 David L. Levine <levine@cs.wustl.edu> ACE_HAS_PTHREADS_STD instead of _POSIX_PTHREAD_SEMANTICS to select the three-arg ::readdir_r (). - * ace/OS.i,config-vxworks5.x.h (readdir_r,rewinddir,seekdir,telldir): + * ace/config-vxworks.h: added ACE_HAS_DIRENT. + + * ace/OS.i,config-vxworks5.x.h (readdir_r,rewinddir,seekdir,telldir), + README: added support for ACE_LACKS_READDIR_R, ACE_LACKS_SEEKDIR, and ACE_LACKS_TELLDIR. |