summaryrefslogtreecommitdiff
path: root/arch/x32/bits/signal.h
AgeCommit message (Collapse)AuthorLines
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-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.
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-0/+6
it's different at least on mips. mips version will be fixed in a separate commit to show the change.
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-6/+6
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+119