summaryrefslogtreecommitdiff
path: root/src/signal/sigsetjmp.c
AgeCommit message (Expand)AuthorLines
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker-17/+0
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker-0/+3
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-1/+1
2012-07-03jmp_buf overhaul fixing several issuesRich Felker-5/+3
2011-09-16fix generic sigsetjmp (unused anyway) pointer signedness errorRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+17