svn commit: r282176 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Tue Apr 28 18:11:18 UTC 2015


Author: gjb
Date: Tue Apr 28 18:11:17 2015
New Revision: 282176
URL: https://svnweb.freebsd.org/changeset/base/282176

Log:
  Document r281130, gcc attributes added to standard include headers.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue Apr 28 18:11:14 2015	(r282175)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue Apr 28 18:11:17 2015	(r282176)
@@ -533,6 +533,12 @@
 	updated to be able to handle 32-bit aligned data on 64-bit
 	platforms, also providing a significant improvement in 32-bit
 	workloads.</para>
+
+      <para revision="281130">Several standard include headers have
+	been updated to use of <application>gcc</application>
+	attributes, such as <literal>__result_use_check()</literal>,
+	<literal>__alloc_size()</literal>, and
+	<literal>__nonnull()</literal>.</para>
     </sect2>
 
     <sect2 xml:id="userland-abi">


More information about the svn-src-head mailing list