svn commit: r355901 - stable/11/lib/libc

Kyle Evans kevans at FreeBSD.org
Thu Dec 19 02:24:26 UTC 2019


Author: kevans
Date: Thu Dec 19 02:24:25 2019
New Revision: 355901
URL: https://svnweb.freebsd.org/changeset/base/355901

Log:
  MFC r340383: Create namespace for the symbols added during 13-CURRENT cycle.
  
  Pointy hat to:	kevans

Modified:
  stable/11/lib/libc/Versions.def
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/Versions.def
==============================================================================
--- stable/11/lib/libc/Versions.def	Thu Dec 19 02:19:04 2019	(r355900)
+++ stable/11/lib/libc/Versions.def	Thu Dec 19 02:24:25 2019	(r355901)
@@ -31,6 +31,9 @@ FBSD_1.4 {
 FBSD_1.5 {
 } FBSD_1.4;
 
+# This version was first added to 13.0-current.
+FBSD_1.6 {
+} FBSD_1.5;
 
 # This is our private namespace.  Any global interfaces that are
 # strictly for use only by other FreeBSD applications and libraries
@@ -39,4 +42,4 @@ FBSD_1.5 {
 #
 # Please do NOT increment the version of this namespace.
 FBSDprivate_1.0 {
-} FBSD_1.5;
+} FBSD_1.6;


More information about the svn-src-all mailing list