Deleted Added
full compact
Versions.def (178830) Versions.def (197163)
1# $FreeBSD: head/lib/libc/Versions.def 178830 2008-05-07 15:39:34Z kan $
1# $FreeBSD: head/lib/libc/Versions.def 197163 2009-09-13 13:15:36Z deischen $
2
2
3#
4# Note: Whenever bumping the FBSD version, always make
5# FBSDprivate_1.0 depend on the new FBSD version.
6# This will keep it at the end of the dependency chain.
7#
8
3# This is our first version; it depends on no other.
4# This version was first added to 7.0-current.
5FBSD_1.0 {
6};
7
8# This version was first added to 8.0-current.
9FBSD_1.1 {
10} FBSD_1.0;
11
9# This is our first version; it depends on no other.
10# This version was first added to 7.0-current.
11FBSD_1.0 {
12};
13
14# This version was first added to 8.0-current.
15FBSD_1.1 {
16} FBSD_1.0;
17
18# This version was first added to 9.0-current.
19FBSD_1.2 {
20} FBSD_1.1;
21
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.
18FBSDprivate_1.0 {
22# This is our private namespace. Any global interfaces that are
23# strictly for use only by other FreeBSD applications and libraries
24# are listed here. We use a separate namespace so we can write
25# simple ABI-checking tools.
26#
27# Please do NOT increment the version of this namespace.
28FBSDprivate_1.0 {
19} FBSD_1.1;
29} FBSD_1.2;