summaryrefslogtreecommitdiffstats
path: root/winsup/doc/posix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r--winsup/doc/posix.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 238153803..2949a52c3 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1047,6 +1047,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
madvise
mkstemps
openpty
+ qsort_r (see chapter "Implementation Notes")
rcmd
rcmd_af
reallocf
@@ -1175,6 +1176,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
pthread_getattr_np
pthread_sigqueue
ptsname_r
+ qsort_r (see chapter "Implementation Notes")
quotactl
rawmemchr
removexattr
@@ -1568,6 +1570,9 @@ available when cygserver is running.</para>
what works on Windows: Windows only supports user block quotas on NTFS, no
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>
+
</sect1>
</chapter>