aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Versions.def
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
commitcce72e8860e207b5be84acb82c75f0e644a60e29 (patch)
treecce59bbc3af80cd57773205c0b711fdd9967fada /lib/libc/Versions.def
parent51f38c318bd5ecd8ab91bfcfe6648a56f7a8ea64 (diff)
downloadsrc-cce72e8860e207b5be84acb82c75f0e644a60e29.tar.gz
src-cce72e8860e207b5be84acb82c75f0e644a60e29.zip
Add symbol maps and initial symbol version definitions to libc.
Reviewed by: davidxu
Notes
Notes: svn path=/head/; revision=156608
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 000000000000..68c0f32a226d
--- /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 {
+};