From c2c95e2752ca946c238ad8cfd07cf5d54889a46f Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 6 May 2008 01:41:55 +0000 Subject: Add a comment stating not to bump the FBSDprivate version. Don't inherit the public namespace from the private namespace. --- lib/libc/Versions.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; +}; -- cgit v1.1