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

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:12:06 UTC 2015


Author: gjb
Date: Mon Oct  5 20:12:05 2015
New Revision: 288842
URL: https://svnweb.freebsd.org/changeset/base/288842

Log:
  Document r285277, execl(3) and execlp(3) update to use the gcc
  __sentinel attribute.
  
  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	Mon Oct  5 20:12:03 2015	(r288841)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:12:05 2015	(r288842)
@@ -709,6 +709,11 @@
       <para revision="284483" contrib="sponsor"
 	sponsor="&scaleengine;">The Blowfish &man.crypt.3; library
 	has been updated to support $2y$ hashes.</para>
+
+      <para revision="285277">The &man.execl.3; and &man.execlp.3;
+	library functions have been updated to use the
+	<literal>__sentinel</literal> <application>gcc</application>
+	attribute.</para>
     </sect2>
 
     <sect2 xml:id="userland-abi">


More information about the svn-src-all mailing list