From 43880cb199e4f467ebeda70b9f6c14b10cd863e5 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 5 Mar 2023 17:41:27 +0100 Subject: [PATCH] Linux musl: fix code refactor that missed one usage --- coregrind/m_replacemalloc/vg_replace_malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_replacemalloc/vg_replace_malloc.c b/coregrind/m_replacemalloc/vg_replace_malloc.c index d123890a8a..18cbb7f88e 100644 --- a/coregrind/m_replacemalloc/vg_replace_malloc.c +++ b/coregrind/m_replacemalloc/vg_replace_malloc.c @@ -1939,7 +1939,7 @@ extern int *___errno (void) __attribute__((weak)); #endif #if defined(MUSL_LIBC) -#define VG_ALIGNED_ALLOC_SIZE_ZERO 0 +#define VG_ALIGNED_ALLOC_NO_SIZE_ZERO 0 #else #define VG_ALIGNED_ALLOC_NO_SIZE_ZERO 1 #endif -- 2.43.5