Deleted Added
full compact
Versions.def (169096) Versions.def (174595)
1# $FreeBSD: head/lib/libc/Versions.def 169096 2007-04-29 16:14:17Z kan $
1# $FreeBSD: head/lib/libc/Versions.def 174595 2007-12-14 20:49:06Z deischen $
2
3# This is our first version; it depends on no other.
2
3# This is our first version; it depends on no other.
4# This version was first added to 7.0-current.
4FBSD_1.0 {
5};
6
5FBSD_1.0 {
6};
7
8# This version was first added to 8.0-current.
9FBSD_1.1 {
10} FBSD_1.0;
11
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.
11FBSDprivate_1.0 {
12} FBSD_1.0;
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.
16FBSDprivate_1.0 {
17} FBSD_1.0;