Linux musl: fix code refactor that missed one usage

This commit is contained in:
Paul Floyd 2023-03-05 17:41:27 +01:00
parent b2ca91d669
commit 43880cb199

View 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