blob: 2cbfec18cdb6e8e7d5773f7af27b1b9a6361c4a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
# This is our first version; it depends on no other.
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.
FBSDprivate_1.0 {
} FBSD_1.0;
|