From: Jarkko Hietaniemi Date: Thu, 10 Jul 2003 17:35:32 +0000 (+0000) Subject: malloc alignment patch from Spider, needed for Tru64 + longdouble. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b1d54e56963cfc0f0bdfe890c87eeb20bb70fc1;p=p5sagit%2Fp5-mst-13.2.git malloc alignment patch from Spider, needed for Tru64 + longdouble. p4raw-id: //depot/perl@20118 --- diff --git a/malloc.c b/malloc.c index 456bed8..0656064 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 { /*