summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-12 00:08:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-09-12 00:10:15 +0200
commit23412596845e219b242a763f333fa60954cad84b (patch)
tree68d31dd10f21353d078dd0a574ecdd26c21bed82
parent5b6b6eb6276af8acb40bd62d28f18b1c3003e5a1 (diff)
Expose __register_atfork publicly
Some applications make use of it, and get spurious strong dependencies when the symbol is versioned as private. * Version (__register_atfork): Move from GLIBC_PRIVATE to GLIBC_2.22.
-rw-r--r--Versions5
1 files changed, 3 insertions, 2 deletions
diff --git a/Versions b/Versions
index ec7477e..6a8e674 100644
--- a/Versions
+++ b/Versions
@@ -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;
}
}