Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 08:19:27 GMT
From:      Yuri Pankov <yuripv@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 95a4709b2cca - main - Create namespace for the symbols added during 15-CURRENT cycle
Message-ID:  <202309220819.38M8JRwI083721@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuripv:

URL: https://cgit.FreeBSD.org/src/commit/?id=95a4709b2cca726c6b76c6743ba2d665c1730666

commit 95a4709b2cca726c6b76c6743ba2d665c1730666
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-09-22 07:57:35 +0000
Commit:     Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-09-22 08:16:29 +0000

    Create namespace for the symbols added during 15-CURRENT cycle
    
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D41935
---
 lib/libc/Versions.def | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index a605378654a4..184e107d225a 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -38,6 +38,10 @@ FBSD_1.6 {
 FBSD_1.7 {
 } FBSD_1.6;
 
+# This version was first added to 15.0-current.
+FBSD_1.8 {
+} FBSD_1.7;
+
 # This is our private namespace.  Any global interfaces that are
 # strictly for use only by other FreeBSD applications and libraries
 # are listed here.  We use a separate namespace so we can write
@@ -45,4 +49,4 @@ FBSD_1.7 {
 #
 # Please do NOT increment the version of this namespace.
 FBSDprivate_1.0 {
-} FBSD_1.7;
+} FBSD_1.8;



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