summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2008-05-06 01:41:55 +0000
committerdeischen <deischen@FreeBSD.org>2008-05-06 01:41:55 +0000
commitc2c95e2752ca946c238ad8cfd07cf5d54889a46f (patch)
tree04d40dfceec325d5ba08854aa7c75d975c65be07 /lib
parent3b1946ec178b6df4cde4eb680143fceb53ee5ca0 (diff)
downloadFreeBSD-src-c2c95e2752ca946c238ad8cfd07cf5d54889a46f.zip
FreeBSD-src-c2c95e2752ca946c238ad8cfd07cf5d54889a46f.tar.gz
Add a comment stating not to bump the FBSDprivate version.
Don't inherit the public namespace from the private namespace.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Versions.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def
index eb923dc..8dfdc29 100644
--- a/lib/libc/Versions.def
+++ b/lib/libc/Versions.def
@@ -13,5 +13,7 @@ FBSD_1.1 {
# strictly for use only by other FreeBSD applications and libraries
# are listed here. We use a separate namespace so we can write
# simple ABI-checking tools.
+#
+# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
-} FBSD_1.0;
+};
OpenPOWER on IntegriCloud