summaryrefslogtreecommitdiff
path: root/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-07-06 22:48:43 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-07-06 22:48:43 +0200
commit5ccba334490200282cda43f74df90bb79da2048c (patch)
treeee829c898917fcef2615e6311c821a64bf6da968 /Versions
parent6106225fdc09f013ec4f7b1d7ec82780061c8a14 (diff)
Expose __register_atfork
Like glibc does. * Versions (__register_atfork): Expose with version GLIBC_2.24 instead of GLIBC_PRIVATE.
Diffstat (limited to 'Versions')
-rw-r--r--Versions4
1 files changed, 3 insertions, 1 deletions
diff --git a/Versions b/Versions
index 040ea9e..0759082 100644
--- a/Versions
+++ b/Versions
@@ -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;
}
}