diff options
| author | gfleury <gfleury@disroot.org> | 2025-11-18 14:50:42 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-18 15:01:35 +0100 |
| commit | 77f446346a678f54cf10945d159ccdd2869769a2 (patch) | |
| tree | b83ffb69b840034eca0c370480ba7ee1cd6c27d7 | |
| parent | 8c66b742cf6f2e97c2b4adebf7e06c36d1726f45 (diff) | |
htl: fix compatibility
This fix 91fb9914d867320d65a2abe284fb623d91ae5efb which break a system
built with an old glibc
Message-ID: <20251118125044.1160780-1-gfleury@disroot.org>
| -rw-r--r-- | htl/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htl/Versions b/htl/Versions index d46490b3a5..343de800b0 100644 --- a/htl/Versions +++ b/htl/Versions @@ -317,6 +317,10 @@ libc { } libpthread { + GLIBC_2.2.6 { + __libpthread_version_placeholder; + } + GLIBC_2.12 { pthread_atfork; |
