htl: fix compatibility
authorgfleury <gfleury@disroot.org>
Tue, 18 Nov 2025 12:50:42 +0000 (14:50 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 18 Nov 2025 14:01:35 +0000 (15:01 +0100)
This fix 91fb9914d867320d65a2abe284fb623d91ae5efb which break a system
built with an old glibc
Message-ID: <20251118125044.1160780-1-gfleury@disroot.org>

htl/Versions

index d46490b3a5b28bceb2146c5b700dce1bfa3b0ac5..343de800b0a52c02549d9ac860381dfb61bb0dab 100644 (file)
@@ -317,6 +317,10 @@ libc {
 }
 
 libpthread {
+  GLIBC_2.2.6 {
+    __libpthread_version_placeholder;
+  }
+
   GLIBC_2.12 {
     pthread_atfork;
 
This page took 0.100263 seconds and 5 git commands to generate.