]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/Versions.def
This commit was generated by cvs2svn to compensate for changes in r172597,
[FreeBSD/FreeBSD.git] / lib / libc / Versions.def
1 # $FreeBSD$
2
3 # This is our first version; it depends on no other.
4 FBSD_1.0 {
5 };
6
7 # This is our private namespace.  Any global interfaces that are
8 # strictly for use only by other FreeBSD applications and libraries
9 # are listed here.  We use a separate namespace so we can write
10 # simple ABI-checking tools.
11 FBSDprivate_1.0 {
12 } FBSD_1.0;