fix struct signalfd_siginfo
authorTimo Teräs <timo.teras@iki.fi>
Wed, 25 Dec 2013 11:33:46 +0000 (13:33 +0200)
committerRich Felker <dalias@aerifal.cx>
Mon, 30 Dec 2013 02:55:21 +0000 (21:55 -0500)
ssi_ptr is really 64-bit in kernel, so fix that. assuming sizeof(void*)
for it also caused incorrect padding for 32-bits, as the following
64-bits are aligned to 64-bits (and the padding was not taken into
account), so fix the padding as well. add addr_lsb field while there.


No differences found