4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 11:30:56 +08:00

*** empty log message ***

This commit is contained in:
Corinna Vinschen 2012-10-16 12:02:42 +00:00
parent 5f5820ec9a
commit 71c13b9633

View File

@ -4,6 +4,9 @@ What's new:
- Support the "e" flag to fopen(3). This is a Glibc extension which
allows to fopen the file with the O_CLOEXEC flag set.
- Support the "x" flag to fopen(3). This is a Glibc/C11 extension which
allows to open the file with the O_EXCL flag set.
Bug fixes:
----------