summaryrefslogtreecommitdiffstats
path: root/release/doc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-20 01:04:19 +0000
committergjb <gjb@FreeBSD.org>2017-05-20 01:04:19 +0000
commitf4f7900bc18788394c1004abc37d2fb303297e06 (patch)
tree46de14377df16afbaba4027ab18d4ee96f06f946 /release/doc
parentdf22814b6d4765e131b635a4d6db7f1778673a04 (diff)
downloadFreeBSD-src-f4f7900bc18788394c1004abc37d2fb303297e06.zip
FreeBSD-src-f4f7900bc18788394c1004abc37d2fb303297e06.tar.gz
Document r316613, C standard library has been updated to make use
of reallocarray(3). Document r318121, system libraries have been updated to make use of reallocarray(3). Document r315282, GNU __nonnull__ attribute have been replaced with the more benign Clang nullability attributes. Submitted by: pfg Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/doc')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index e71b6ff..4f85f81 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -386,6 +386,11 @@
<para revision="315282">The <application>clang</application>
<literal>nullability</literal> qualifier has been added to the
<literal>C</literal> library headers.</para>
+
+ <para revision="315282">Uses of the <acronym>GNU</acronym>
+ <literal>__nonnull__</literal> attribute have been replaced
+ with the more benign <application>Clang</application>
+ nullability attributes.</para>
</sect2>
<sect2 xml:id="userland-debug">
OpenPOWER on IntegriCloud