]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Linux musl: fix code refactor that missed one usage
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Mar 2023 16:41:27 +0000 (17:41 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Mar 2023 16:41:27 +0000 (17:41 +0100)
coregrind/m_replacemalloc/vg_replace_malloc.c

index d123890a8a54e7804d8cd38e3160e8b3adc379eb..18cbb7f88e8b69fdf5fb3e55bd265b8cfa5f7bd6 100644 (file)
@@ -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