summaryrefslogtreecommitdiff
path: root/src/signal/signal.c
AgeCommit message (Collapse)AuthorLines
2013-07-30use separate sigaction buffers for old and new dataTimo Teräs-3/+3
in signal() it is needed since __sigaction uses restrict in parameters and sharing the buffer is technically an aliasing error. do the same for the syscall, as at least qemu-user does not handle it properly.
2011-02-14header cleanup, conformance fixes - signalsRich Felker-0/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+13