]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/Versions.def
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 and MFC'ed to 7.0-stable
9 # before 7.1-release
10 FBSD_1.1 {
11 } FBSD_1.0;
12
13 # This is our private namespace.  Any global interfaces that are
14 # strictly for use only by other FreeBSD applications and libraries
15 # are listed here.  We use a separate namespace so we can write
16 # simple ABI-checking tools.
17 FBSDprivate_1.0 {
18 } FBSD_1.0;