summaryrefslogtreecommitdiff
path: root/test/setjmp/tst-vfork-longjmp.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2007-01-29fixup prototype warningsMike Frysinger
2006-11-17fix from Paul Brook for ISO C violation in terms of handling of modifying ↵Mike Frysinger
automatic local variables between setjmp/longjmp
2006-11-16fix comment typosMike Frysinger
2006-11-16add a test for making sure vfork/signals are handled properly across ↵Mike Frysinger
different setjmp/longjmps