]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
malloc: Extend malloc function hiding to tst-pvalloc azanella/clang
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 16 Oct 2025 18:24:20 +0000 (15:24 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Oct 2025 16:54:55 +0000 (13:54 -0300)
clang 21 optimize-out pvalloc.

malloc/tst-pvalloc.c

index 85146461841cd48792b58bfc66b6f93e8d0b7662..88bca6e945ef3ef11346ec355c7adadd4139965e 100644 (file)
@@ -22,6 +22,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <libc-diag.h>
+#include "tst-malloc-aux.h"
 
 static int errors = 0;