kernel/isa: Remove some no longer used externs declarations.
[dragonfly.git] / lib / libc / Versions.def
1 #
2 # Note: Whenever bumping the DF version, always make
3 #       DFprivate_1.0 depend on the new DF version.
4 #       This will keep it at the end of the dependency chain.
5 #
6
7 # This is our first version; it depends on no other.
8 # This version was first added to DragonFly 3.5 
9 DF306.0 {
10 };
11
12 # This is our private namespace.  Any global interfaces that are
13 # strictly for use only by other DragonFly 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.
18 DFprivate_1.0 {
19 } DF306.0;