summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
blob: 8dfdc2943f4244aac9a95d7ca07fc1f66be9b360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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 {
};
OpenPOWER on IntegriCloud