summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
commit138dd543577ce6140d439518ba00135e7f7ebdc5 (patch)
treecce59bbc3af80cd57773205c0b711fdd9967fada /lib/libc/Versions.def
parentd63cdcd7f92ed1595eb4cc97e53ac7c42e31b5cd (diff)
downloadFreeBSD-src-138dd543577ce6140d439518ba00135e7f7ebdc5.zip
FreeBSD-src-138dd543577ce6140d439518ba00135e7f7ebdc5.tar.gz
Add symbol maps and initial symbol version definitions to libc.
Reviewed by: davidxu
Diffstat (limited to 'lib/libc/Versions.def')
-rw-r--r--lib/libc/Versions.def12
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 {
+};
OpenPOWER on IntegriCloud