Date: Tue, 9 May 2017 17:21:43 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318054 - stable/11/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201705091721.v49HLhil057338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue May 9 17:21:43 2017 New Revision: 318054 URL: https://svnweb.freebsd.org/changeset/base/318054 Log: Document r315274, sem_clockwait_np() addition. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue May 9 17:21:42 2017 (r318053) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue May 9 17:21:43 2017 (r318054) @@ -257,6 +257,12 @@ <sect2 xml:id="userland-abi"> <title>ABI Compatibility</title> + <para revision="315274" contrib="sponsor" + sponsor="&dellemc;">The + <function>sem_clockwait_np()</function> library function has + been added, which allows the caller to specify the reference + clock and choose between absolute and relative mode.</para> + <para revision="315282">The <application>clang</application> <literal>nullability</literal> attribute has been added to the <literal>C</literal> library headers.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091721.v49HLhil057338>