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/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/assert/Versions b/assert/Versions
index 0761373f0e..9e1a5f2d6f 100644
--- a/assert/Versions
+++ b/assert/Versions
@@ -3,4 +3,8 @@ libc {
     # functions used in inline functions or macros
     __assert_fail; __assert_perror_fail;
   }
+  GLIBC_2.2 {
+    # just for standard compliance
+    __assert;
+  }
 }