summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Versions5
1 files changed, 2 insertions, 3 deletions
diff --git a/Versions b/Versions
index 0759082..1861ba7 100644
--- a/Versions
+++ b/Versions
@@ -17,11 +17,10 @@ libc {
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
__pthread_get_cleanup_stack;
}
- GLIBC_2.24 {
- __register_atfork;
- }
GLIBC_PRIVATE {
__libc_pthread_init;
+ # TODO: expose this publicly
+ __register_atfork;
}
}