diff options
Diffstat (limited to 'malloc/Versions')
-rw-r--r-- | malloc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index bef99d31dc..0c578f95b6 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -58,5 +58,8 @@ libc { GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; + + # Internal destructor hook for libpthread. + __libc_thread_freeres; } } |