summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/i386/Symbol.map
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/i386/Symbol.map')
-rw-r--r--libexec/rtld-elf/i386/Symbol.map12
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/rtld-elf/i386/Symbol.map b/libexec/rtld-elf/i386/Symbol.map
new file mode 100644
index 0000000..8533215
--- /dev/null
+++ b/libexec/rtld-elf/i386/Symbol.map
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+FBSD_1.0 {
+ ___tls_get_addr;
+};
+
+# 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