aboutsummaryrefslogtreecommitdiff
path: root/malloc/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/Versions')
-rw-r--r--malloc/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index e34ab177be..23aafb5ccc 100644
--- a/malloc/Versions
+++ b/malloc/Versions
@@ -62,6 +62,7 @@ libc {
aligned_alloc;
}
GLIBC_2.26 {
+ reallocarray;
}
GLIBC_PRIVATE {
# Internal startup hook for libpthread.
@@ -74,5 +75,8 @@ libc {
__libc_scratch_buffer_grow;
__libc_scratch_buffer_grow_preserve;
__libc_scratch_buffer_set_array_size;
+
+ # Internal name for reallocarray
+ __libc_reallocarray;
}
}