Versions.def revision 169091
1156608Sdeischen# $FreeBSD: head/lib/libc/Versions.def 169091 2007-04-29 14:03:45Z deischen $
2156608Sdeischen
3156608Sdeischen# This is our first version; it depends on no other.
4156608SdeischenFBSD_1.0 {
5156608Sdeischen};
6156608Sdeischen
7156608Sdeischen# This is our private namespace.  Any global interfaces that are
8156608Sdeischen# strictly for use only by other FreeBSD applications and libraries
9156608Sdeischen# are listed here.  We use a separate namespace so we can write
10156608Sdeischen# simple ABI-checking tools.
11169091SdeischenFBSDprivate_1.0 {
12156608Sdeischen};
13