From f4f7900bc18788394c1004abc37d2fb303297e06 Mon Sep 17 00:00:00 2001 From: gjb Date: Sat, 20 May 2017 01:04:19 +0000 Subject: 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 --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'release/doc') 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 @@ The clang nullability qualifier has been added to the C library headers. + + Uses of the GNU + __nonnull__ attribute have been replaced + with the more benign Clang + nullability attributes. -- cgit v1.1