summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/malloc.c b/malloc.c
index 456bed8282..0656064177 100644
--- a/malloc.c
+++ b/malloc.c
@@ -566,6 +566,9 @@ union overhead {
union overhead *ov_next; /* when free */
#if MEM_ALIGNBYTES > 4
double strut; /* alignment problems */
+# if MEM_ALIGNBYTES > 8
+ char sstrut[MEM_ALIGNBYTES]; /* for the sizing */
+# endif
#endif
struct {
/*