about summary refs log tree commit diff
path: root/assert/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'assert/Versions')
-rw-r--r--assert/Versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/assert/Versions b/assert/Versions
new file mode 100644
index 0000000000..0761373f0e
--- /dev/null
+++ b/assert/Versions
@@ -0,0 +1,6 @@
+libc {
+  GLIBC_2.0 {
+    # functions used in inline functions or macros
+    __assert_fail; __assert_perror_fail;
+  }
+}