summaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-19 20:16:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-21 00:29:44 +0100
commitff92750112e782300ff455c13d9bb0ae1603aa65 (patch)
tree765067c4d04bbfe7f664b93664283b4ffb44a460 /htl
parentb36a126f7d5ac7061e24ad97191bb9428b6b251f (diff)
htl: Move pthread_atfork compatibility symbol to libc
There is no new symbol version because of the compatibility symbol status.
Diffstat (limited to 'htl')
-rw-r--r--htl/Versions4
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/Versions b/htl/Versions
index 25b79f0824..2228f8fdd9 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -8,6 +8,7 @@ libc {
__pthread_kill;
__pthread_mutex_transfer_np;
__pthread_self;
+ pthread_atfork;
pthread_attr_getdetachstate;
pthread_attr_getinheritsched;
pthread_attr_getschedparam;
@@ -342,9 +343,8 @@ libpthread {
GLIBC_2.2.6 {
__libpthread_version_placeholder;
}
-
GLIBC_2.12 {
- pthread_atfork;
+ __libpthread_version_placeholder;
}
GLIBC_2.21 {
__libpthread_version_placeholder;