diff options
-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; +}; |