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)
commit7e10f209fbc26a5179a4c0817c986e7c7bd327c9
tree4b3bf4812cb50c5d5282cdc7c2ca9f8669bc95cb
parent18144af297e7aa3a0f121262dba569446de6191a
fix struct signalfd_siginfo

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.
include/sys/signalfd.h