summaryrefslogtreecommitdiff
path: root/sysdeps/pthread
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 /sysdeps/pthread
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 'sysdeps/pthread')
-rw-r--r--sysdeps/pthread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index 1a6e835efc..1da3a9f55f 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -27,6 +27,7 @@ headers += \
routines += \
pthread_atfork \
+ pthread_atfork_compat \
thrd_current \
thrd_equal \
thrd_sleep \
@@ -47,7 +48,6 @@ $(libpthread-routines-var) += \
mtx_timedlock \
mtx_trylock \
mtx_unlock \
- pthread_atfork_compat \
thrd_create \
thrd_detach \
thrd_exit \