malloc: Extend malloc function hiding to tst-pvalloc

clang 21 optimize-out pvalloc.
This commit is contained in:
Adhemerval Zanella
2025-10-16 15:24:20 -03:00
parent 17f6eb4b77
commit 77906e424e

View File

@@ -22,6 +22,7 @@
#include <string.h>
#include <unistd.h>
#include <libc-diag.h>
#include "tst-malloc-aux.h"
static int errors = 0;