The branch main has been updated by oshogbo:

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

commit 95950880ade0b850b186aa60fc6606ed0ab30873
Author:     Mariusz Zaborski <osho...@freebsd.org>
AuthorDate: 2023-05-07 09:45:13 +0000
Commit:     Mariusz Zaborski <osho...@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;
 

Reply via email to