Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 09:49:22 GMT
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 95950880ade0 - main - libc: document when the namespace was created
Message-ID:  <202305070949.3479nMXT098244@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=95950880ade0b850b186aa60fc6606ed0ab30873

commit 95950880ade0b850b186aa60fc6606ed0ab30873
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2023-05-07 09:45:13 +0000
Commit:     Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2023-05-07 09:45:13 +0000

    libc: document when the namespace was created
    
    Reviewed by:    kib
    Differential Revision:  https://reviews.freebsd.org/D39989
---
 lib/libc/Versions.def | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index fea6693cee8a..3d891edf79f5 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -35,6 +35,7 @@ FBSD_1.5 {
 FBSD_1.6 {
 } FBSD_1.5;
 
+# This version was first added to 14.0-current.
 FBSD_1.7 {
 } FBSD_1.6;
 



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