]> sourceware.org Git - valgrind.git/commitdiff
Solaris: fix build, another aligned alloc typo
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 21 Mar 2023 21:11:11 +0000 (22:11 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 21 Mar 2023 21:11:11 +0000 (22:11 +0100)
coregrind/m_replacemalloc/vg_replace_malloc.c

index d3f33e66cfa30b754f28d63a274ad84f9caf71d0..db2fc5f30907055051ef3643f85f95aacaf3e98d 100644 (file)
@@ -1617,7 +1617,7 @@ extern int *___errno (void) __attribute__((weak));
 #endif
 
 #if defined(VGO_solaris)
-#define VG_MEMALIGD_ALIGN_FACTOR_FOUR 1
+#define VG_MEMALIGN_ALIGN_FACTOR_FOUR 1
 #else
 #define VG_MEMALIGN_ALIGN_FACTOR_FOUR 0
 #endif
This page took 0.033557 seconds and 5 git commands to generate.