diff options
-rw-r--r-- | Versions | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,11 +17,12 @@ libc { pthread_self; pthread_setcancelstate; pthread_setcanceltype; __pthread_get_cleanup_stack; } + GLIBC_2.22 { + __register_atfork; + } GLIBC_PRIVATE { __libc_alloca_cutoff; __libc_pthread_init; - # TODO: expose this publicly - __register_atfork; } } |