aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/posix.xml
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2017-08-19 13:15:04 -0400
committerCorinna Vinschen <corinna@vinschen.de>2017-08-19 19:43:15 +0200
commit3012e251fa3e41dc12b636f2a1280973c587ad6b (patch)
tree4bb4e844ca983a494b40fadc482e9e22e70940f4 /winsup/doc/posix.xml
parentf665b1cef30f9032877081ac63ea94910825be6a (diff)
downloadnewlib-3012e251fa3e41dc12b636f2a1280973c587ad6b.zip
newlib-3012e251fa3e41dc12b636f2a1280973c587ad6b.tar.gz
newlib-3012e251fa3e41dc12b636f2a1280973c587ad6b.tar.bz2
Document renameat2
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r--winsup/doc/posix.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index a2fffee..6e96272 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>