Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 18:43:11 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356922 - head/lib/libc/stdlib
Message-ID:  <202001201843.00KIhBh8041850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001201843.00KIhBh8041850>