diff options
Diffstat (limited to 'lib/libc/Versions.def')
-rw-r--r-- | lib/libc/Versions.def | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/Versions.def b/lib/libc/Versions.def new file mode 100644 index 0000000..68c0f32 --- /dev/null +++ b/lib/libc/Versions.def @@ -0,0 +1,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 { +}; |