On Wed, May 16, 2012 at 10:05 AM, Roland McGrath <roland@hack.frob.com> wrote: > If they're 4-byte fields anyway, why does it matter to make the struct > 8-byte aligned? > si_utime and si_stime are 8 bytes for x32. I only align struct to 8-byte for x32. -- H.J.