diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-17 18:10:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-17 18:10:02 +0000 |
commit | 8238a68bb202ebf40dfa479a798d2a23ac92b40c (patch) | |
tree | ecd83800cc69cab510a7bc30ae6623fc941a6df4 /winsup/cygwin/ChangeLog | |
parent | 3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b (diff) | |
download | cygnal-8238a68bb202ebf40dfa479a798d2a23ac92b40c.tar.gz cygnal-8238a68bb202ebf40dfa479a798d2a23ac92b40c.tar.bz2 cygnal-8238a68bb202ebf40dfa479a798d2a23ac92b40c.zip |
* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdir
current working directory.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 54fe58db2..83d4a9bec 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 17 14:04:27 2001 Christopher Faylor <cgf@cygnus.com> + + * syscalls.cc (rmdir): Set cwd to some other location if attempting to + rmdir current working directory. + Sun Sep 16 23:04:31 2001 Christopher Faylor <cgf@cygnus.com> * dtable.h (not_open): Assure inline. |