From 71c13b96338eeb7021c211c1819cba700e85b61c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 16 Oct 2012 12:02:42 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.17 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/1.7.17 b/winsup/cygwin/release/1.7.17 index 9d295cb6a..c8442ee5d 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: ----------