aboutsummaryrefslogtreecommitdiff
path: root/src/signal/arm/sigsetjmp.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix sigsetjmp on arm (needs asm)•••no idea why gcc refuses to compile the C code to use a tail call, but it's best to use asm anyway so we don't have to rely on the quality of the compiler's optimizations for correct code. Rich Felker2012-07-021-0/+13