Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 02:24:25 +0000 (UTC)
From:      Kyle Evans <kevans@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: r355901 - stable/11/lib/libc
Message-ID:  <201912190224.xBJ2OPb1072731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912190224.xBJ2OPb1072731>