diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
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 |