Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 01:52:47 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1737bd30cc3a - stable/13 - Create namespace for the symbols added during 15-CURRENT cycle
Message-ID:  <202402110152.41B1qlNr089428@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=1737bd30cc3a95a7ae5bc5f99c1fbf7c8cc5c892

commit 1737bd30cc3a95a7ae5bc5f99c1fbf7c8cc5c892
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-09-22 07:57:35 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-02-11 01:40:29 +0000

    Create namespace for the symbols added during 15-CURRENT cycle
    
    (cherry picked from commit 95a4709b2cca726c6b76c6743ba2d665c1730666)
---
 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 7c9c7bf6aaed..198682ddba83 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -37,6 +37,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
@@ -44,4 +48,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?202402110152.41B1qlNr089428>