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:
authorKen Brown <kbrown@cornell.edu>2017-08-19 20:15:04 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-08-19 20:43:15 +0300
commit3012e251fa3e41dc12b636f2a1280973c587ad6b (patch)
tree4bb4e844ca983a494b40fadc482e9e22e70940f4
parentf665b1cef30f9032877081ac63ea94910825be6a (diff)
Document renameat2
-rw-r--r--winsup/cygwin/release/2.9.02
-rw-r--r--winsup/doc/new-features.xml4
-rw-r--r--winsup/doc/posix.xml4
3 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.9.0 b/winsup/cygwin/release/2.9.0
index 421d6f24f..ac4c64949 100644
--- a/winsup/cygwin/release/2.9.0
+++ b/winsup/cygwin/release/2.9.0
@@ -6,6 +6,8 @@ What's new:
- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
pthread_rwlock_timedwrlock.
+- New API: renameat2.
+
What changed:
-------------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 23673d1e0..0aa857730 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -18,6 +18,10 @@ pthread_rwlock_timedwrlock.
</para></listitem>
<listitem><para>
+New API: renameat2.
+</para></listitem>
+
+<listitem><para>
Improved implementation of &lt;elf.h&gt;.
</para></listitem>
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index a2fffeebf..6e96272b7 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1356,6 +1356,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
ptsname_r
putwc_unlocked
putwchar_unlocked
+ renameat2 (see chapter "Implementation Notes")
qsort_r (see chapter "Implementation Notes")
quotactl
rawmemchr
@@ -1671,6 +1672,9 @@ group quotas, no inode quotas, no time constraints.</para>
<para><function>qsort_r</function> is available in both BSD and GNU flavors,
depending on whether _BSD_SOURCE or _GNU_SOURCE is defined when compiling.</para>
+<para>The Linux-specific function <function>renameat2</function> only
+supports the RENAME_NOREPLACE flag.</para>
+
<para><function>basename</function> is available in both POSIX and GNU flavors,
depending on whether libgen.h is included or not.</para>