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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to