diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1998-12-15 20:46:55 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1998-12-15 20:46:55 +0000 |
commit | ad3fd9609904b641c35dd4f9f15ddacafd215a3c (patch) | |
tree | fe72d0cc8665b1d96b99281b9e975eefca1fe3ea | |
parent | a6a8c509740d639f1483b305285d02a0597b708b (diff) | |
download | ATCD-ad3fd9609904b641c35dd4f9f15ddacafd215a3c.tar.gz |
Described lstat() and readlink() ACE_OS method additions.
-rw-r--r-- | ChangeLog-98b | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index d66b650015e..5de95aa53d2 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,3 +1,9 @@ +Tue Dec 15 14:43:47 1998 Ossama Othman <ossama@debian.org> + + * ace/OS.{h,i},README: added lstat() and readlink() methods. + Use ACE_LACKS_LSTAT and ACE_LACKS_READLINK if lstat() and readlink() + aren't supported. + Tue Dec 15 11:55:51 1998 Steve Huston <shuston@riverace.com> * ace/ACE_Library.(mak mdp): Added Message_Queue.cpp to the files list. |