about summary refs log tree commit diff
path: root/arch/x32/bits/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
| | | | | | in the previous changes, I missed the fact that both the prototype of the sigaltstack function and the definition of ucontext_t depend on stack_t.
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
| | | | | it's different at least on mips. mips version will be fixed in a separate commit to show the change.
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-6/+6
|
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+119