diff options
Diffstat (limited to 'Versions')
-rw-r--r-- | Versions | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -17,9 +17,11 @@ libc { pthread_self; pthread_setcancelstate; pthread_setcanceltype; __pthread_get_cleanup_stack; } + GLIBC_2.24 { + __register_atfork; + } GLIBC_PRIVATE { __libc_pthread_init; - __register_atfork; } } |