summaryrefslogtreecommitdiff
path: root/setjmp.c
AgeCommit message (Collapse)AuthorLines
2013-04-22improve sigsetjmp testHEADmasterRich Felker-0/+4
previously failure to save the signal mask was not being caught due to the uninitialized buffer containing zero bits (by chance).
2012-11-10add setjmp testRich Felker-0/+54
this will be useful for testing libc ports to new targets where the asm could be buggy/broken.