Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-17 22:10:02 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-17 22:10:02 +0400
commit8238a68bb202ebf40dfa479a798d2a23ac92b40c (patch)
treeecd83800cc69cab510a7bc30ae6623fc941a6df4 /winsup/cygwin/ChangeLog
parent3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b (diff)
* 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/ChangeLog5
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.