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:
-rw-r--r--winsup/cygwin/release/3.0.12
-rw-r--r--winsup/doc/new-features.xml6
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/release/3.0.1 b/winsup/cygwin/release/3.0.1
index 1894c5c00..467bf2379 100644
--- a/winsup/cygwin/release/3.0.1
+++ b/winsup/cygwin/release/3.0.1
@@ -1,6 +1,8 @@
What's new:
-----------
+- New API: secure_getenv.
+
What changed:
-------------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 8fc0ac6fe..ab369abb6 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -43,7 +43,7 @@ Support Linux-specific open(2) flag O_PATH.
</para></listitem>
<listitem><para>
-- Support Linux-specific linkat(2) flag AT_EMPTY_PATH.
+Support Linux-specific linkat(2) flag AT_EMPTY_PATH.
</para></listitem>
<listitem><para>
@@ -52,8 +52,8 @@ siginfo_t::si_overrun).
</para></listitem>
<listitem><para>
-New APIs: signalfd, timerfd_create, timerfd_gettime, timerfd_settime,
-timer_getoverrun.
+New APIs: secure_getenv, signalfd, timerfd_create, timerfd_gettime,
+timerfd_settime, timer_getoverrun.
</para></listitem>
<listitem><para>