From: Adhemerval Zanella Date: Thu, 16 Oct 2025 18:24:20 +0000 (-0300) Subject: malloc: Extend malloc function hiding to tst-pvalloc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fazanella%2Fclang;p=thirdparty%2Fglibc.git malloc: Extend malloc function hiding to tst-pvalloc clang 21 optimize-out pvalloc. --- diff --git a/malloc/tst-pvalloc.c b/malloc/tst-pvalloc.c index 8514646184..88bca6e945 100644 --- a/malloc/tst-pvalloc.c +++ b/malloc/tst-pvalloc.c @@ -22,6 +22,7 @@ #include #include #include +#include "tst-malloc-aux.h" static int errors = 0;