about summary refs log tree commit diff
path: root/debug/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Versions')
-rw-r--r--debug/Versions9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug/Versions b/debug/Versions
new file mode 100644
index 0000000000..28518d5084
--- /dev/null
+++ b/debug/Versions
@@ -0,0 +1,9 @@
+libc {
+  GLIBC_2.1 {
+    # functions used in other libraries
+    __backtrace; __backtrace_symbols;
+
+    # b*
+    backtrace; backtrace_symbols;
+  }
+}