Date: Thu, 25 Jun 2015 18:44:17 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284822 - head/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201506251844.t5PIiH7L046814@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Thu Jun 25 18:44:16 2015 New Revision: 284822 URL: https://svnweb.freebsd.org/changeset/base/284822 Log: Document r282988, alloc_align() added to malloc.h and stdlib.h. 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 Thu Jun 25 18:44:14 2015 (r284821) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Jun 25 18:44:16 2015 (r284822) @@ -576,6 +576,11 @@ up-to-date version is available in the Ports Collection as <filename role="package">devel/libiomp5-devel</filename>.</para> + + <para revision="282988">The <filename>stdlib.h</filename> and + <filename>malloc.h</filename> headers have been updated to + make use of the <application>gcc</application> + <literal>alloc_align()</literal> attribute.</para> </sect2> <sect2 xml:id="userland-abi">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251844.t5PIiH7L046814>