diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-19 20:16:18 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-21 00:29:44 +0100 |
| commit | ff92750112e782300ff455c13d9bb0ae1603aa65 (patch) | |
| tree | 765067c4d04bbfe7f664b93664283b4ffb44a460 /htl | |
| parent | b36a126f7d5ac7061e24ad97191bb9428b6b251f (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/Versions | 4 |
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; |
