Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add __sysv_signal abi-compat alias for the signal function | Rich Felker | 2014-06-22 | 1 | -0/+1 |
| | | | | | | | | | | it should be noted that the "real" __sysv_signal, which we do not implement, is semantically different from signal. references to __sysv_signal arise in code built against glibc under certain combinations of feature test macros, and are almost surely unintentional since the legacy sysv signal behavior has fundamental race conditions that cannot be worked around and which make it impossible to use safely. | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
| | |||||
* | use separate sigaction buffers for old and new data | Timo Teräs | 2013-07-30 | 1 | -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 - signals | Rich Felker | 2011-02-14 | 1 | -0/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+13 |