summaryrefslogtreecommitdiff
path: root/include/sys/signalfd.h
AgeCommit message (Collapse)AuthorLines
2013-12-29fix struct signalfd_siginfoTimo Teräs-2/+3
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.
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker-2/+3
2011-07-09add missing signalfd flagsRich Felker-0/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+40