]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - lib/libc/Versions.def
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / lib / libc / Versions.def
1 # $FreeBSD$
2
3 # This is our first version; it depends on no other.
4 # This version was first added to 7.0-current.
5 FBSD_1.0 {
6 };
7
8 # This version was first added to 8.0-current.
9 FBSD_1.1 {
10 } FBSD_1.0;
11
12 # This is our private namespace.  Any global interfaces that are
13 # strictly for use only by other FreeBSD applications and libraries
14 # are listed here.  We use a separate namespace so we can write
15 # simple ABI-checking tools.
16 #
17 # Please do NOT increment the version of this namespace.
18 FBSDprivate_1.0 {
19 } FBSD_1.1;