From: Paul Floyd Date: Sun, 5 Mar 2023 16:41:27 +0000 (+0100) Subject: Linux musl: fix code refactor that missed one usage X-Git-Tag: VALGRIND_3_21_0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43880cb199e4f467ebeda70b9f6c14b10cd863e5;p=thirdparty%2Fvalgrind.git Linux musl: fix code refactor that missed one usage --- 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