diff options
Diffstat (limited to 'malloc/Versions')
| -rw-r--r-- | malloc/Versions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index c763395c6d..a9ce4a035f 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -67,6 +67,10 @@ libc { GLIBC_2.33 { mallinfo2; } + GLIBC_2.43 { + free_aligned_sized; + free_sized; + } GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; @@ -141,4 +145,8 @@ libc_malloc_debug { GLIBC_2.33 { mallinfo2; } + GLIBC_2.43 { + free_aligned_sized; + free_sized; + } } |
