git: 95950880ade0 - main - libc: document when the namespace was created

From: Mariusz Zaborski <oshogbo_at_FreeBSD.org>
Date: Sun, 07 May 2023 09:49:22 UTC
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;