Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/new-features.sgml')
-rw-r--r--winsup/doc/new-features.sgml18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 1fe5afea4..aef61b27c 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -1,5 +1,23 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
+<sect2 id="ov-new1.7.17"><title>What's new and what changed from 1.7.16 to 1.7.17</title>
+
+<itemizedlist mark="bullet">
+
+<listitem><para>
+Support the "e" flag to fopen(3). This is a Glibc extension which
+allows to fopen the file with the O_CLOEXEC flag set.
+</para></listitem>
+
+<listitem><para>
+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.
+</para></listitem>
+
+</itemizedlist>
+
+</sect2>
+
<sect2 id="ov-new1.7.16"><title>What's new and what changed from 1.7.15 to 1.7.16</title>
<itemizedlist mark="bullet">