svn commit: r356922 - head/lib/libc/stdlib

Conrad Meyer cem at FreeBSD.org
Mon Jan 20 18:43:11 UTC 2020


Author: cem
Date: Mon Jan 20 18:43:10 2020
New Revision: 356922
URL: https://svnweb.freebsd.org/changeset/base/356922

Log:
  qsort.3: Bump Dd and note that Annex K is optional

Modified:
  head/lib/libc/stdlib/qsort.3

Modified: head/lib/libc/stdlib/qsort.3
==============================================================================
--- head/lib/libc/stdlib/qsort.3	Mon Jan 20 18:21:55 2020	(r356921)
+++ head/lib/libc/stdlib/qsort.3	Mon Jan 20 18:43:10 2020	(r356922)
@@ -32,7 +32,7 @@
 .\"     @(#)qsort.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd January 14, 2020
+.Dd January 20, 2020
 .Dt QSORT 3
 .Os
 .Sh NAME
@@ -342,6 +342,13 @@ to replace
 with
 .Fn qsort_s
 to work around this problem.
+.Pp
+.Fn qsort_s
+is part of the
+.Em optional
+Annex K portion of
+.St -isoC-2011
+and may not be portable to other standards-conforming platforms.
 .Pp
 Previous versions of
 .Fn qsort


More information about the svn-src-head mailing list