Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.
[platform/upstream/glibc.git] / assert / Versions
index 0761373..9e1a5f2 100644 (file)
@@ -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;
+  }
 }