* 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.
This commit is contained in:
Christopher Faylor 2005-04-28 03:33:19 +00:00
parent dd991a7572
commit faae8c50a5
1 changed files with 6 additions and 0 deletions

View File

@ -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