freebsd-dev/lib/libc/Versions.def
Alexander Kabaev 5e29db42b9 Keep versions on a dependency chain to exclude even remote possiblity
of private version ever getting index 2.
2008-05-07 15:39:34 +00:00

20 lines
514 B
Modula-2

# $FreeBSD$
# This is our first version; it depends on no other.
# This version was first added to 7.0-current.
FBSD_1.0 {
};
# This version was first added to 8.0-current.
FBSD_1.1 {
} FBSD_1.0;
# This is our private namespace. Any global interfaces that are
# strictly for use only by other FreeBSD applications and libraries
# are listed here. We use a separate namespace so we can write
# simple ABI-checking tools.
#
# Please do NOT increment the version of this namespace.
FBSDprivate_1.0 {
} FBSD_1.1;