diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-10-16 12:02:42 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-10-16 12:02:42 +0000 |
commit | 71c13b96338eeb7021c211c1819cba700e85b61c (patch) | |
tree | e4ecc1f187e1ee1d0d9cc9671e5a1e3eee276249 /winsup/cygwin | |
parent | 5f5820ec9a1d1f9577eabf82b06593b7fcad53c9 (diff) | |
download | newlib-71c13b96338eeb7021c211c1819cba700e85b61c.zip newlib-71c13b96338eeb7021c211c1819cba700e85b61c.tar.gz newlib-71c13b96338eeb7021c211c1819cba700e85b61c.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/release/1.7.17 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.17 b/winsup/cygwin/release/1.7.17 index 9d295cb..c8442ee 100644 --- a/winsup/cygwin/release/1.7.17 +++ b/winsup/cygwin/release/1.7.17 @@ -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: ---------- |