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