diff options
| author | Alan Cox <alc@FreeBSD.org> | 2010-01-04 17:28:59 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2010-01-04 17:28:59 +0000 |
| commit | cdd4df7bec5102b70eb5f17027b83449e52cbd79 (patch) | |
| tree | b2d767c1d6f94ba1e4a001dd900fe270887a2cd1 /lib/libc | |
| parent | f18e5ac54abc010c09d731a039df77263fd1704b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/Versions.def | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def index ae3c502ac813..944cdf6eae4d 100644 --- a/lib/libc/Versions.def +++ b/lib/libc/Versions.def @@ -1,5 +1,11 @@ # $FreeBSD$ +# +# Note: Whenever bumping the FBSD version, always make +# FBSDprivate_1.0 depend on the new FBSD version. +# This will keep it at the end of the dependency chain. +# + # This is our first version; it depends on no other. # This version was first added to 7.0-current. FBSD_1.0 { @@ -10,9 +16,13 @@ FBSD_1.0 { FBSD_1.1 { } FBSD_1.0; +# This version was first added to 9.0-current. +FBSD_1.2 { +} FBSD_1.1; + # This is our private namespace. Any global interfaces that are # 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. FBSDprivate_1.0 { -} FBSD_1.0; +} FBSD_1.2; |
