diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2008-05-06 01:41:55 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2008-05-06 01:41:55 +0000 |
| commit | f3e9983ea63a3b5ad7ce524ae46dc65d98688ae4 (patch) | |
| tree | 04d40dfceec325d5ba08854aa7c75d975c65be07 /lib | |
| parent | 7d8ab8bafb970268cb5058369880da3dcfb37131 (diff) | |
Notes
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 eb923dc1eb90..8dfdc2943f42 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; +}; |
