diff options
author | deischen <deischen@FreeBSD.org> | 2008-05-06 01:41:55 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2008-05-06 01:41:55 +0000 |
commit | c2c95e2752ca946c238ad8cfd07cf5d54889a46f (patch) | |
tree | 04d40dfceec325d5ba08854aa7c75d975c65be07 /lib | |
parent | 3b1946ec178b6df4cde4eb680143fceb53ee5ca0 (diff) | |
download | FreeBSD-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.def | 4 |
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; +}; |