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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-04-28 07:33:19 +0400
committerChristopher Faylor <me@cgf.cx>2005-04-28 07:33:19 +0400
commitfaae8c50a563e507fc32dd129d1f83fb2835deca (patch)
tree7f90e7cb8c2361239ee44d0c465a62842a83ee27 /winsup
parentdd991a75721707e9a3f20fe95ce7947da6b22f53 (diff)
* fhandler.cc (fhandler_base::open_9x): Remove (broken) check for
O_CREAT|O_EXCL. * syscalls.cc (open): Do O_CREAT|O_EXCL check here first.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fcfb7c703..571b64394 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-27 Christopher Faylor <cgf@timesys.com>
+
+ * fhandler.cc (fhandler_base::open_9x): Remove (broken) check for
+ O_CREAT|O_EXCL.
+ * syscalls.cc (open): Do O_CREAT|O_EXCL check here first.
+
2005-04-26 Christopher Faylor <cgf@timesys.com>
* environ.cc (build_env): Ensure that win32 array is properly filled in