about summary refs log tree commit diff
path: root/src/signal/signal.c
Commit message (Collapse)AuthorAgeFilesLines
* use separate sigaction buffers for old and new dataTimo Teräs2013-07-301-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.
* header cleanup, conformance fixes - signalsRich Felker2011-02-141-0/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+13