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