summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing longjmp symbolEric Andersen2002-02-131-0/+1
|
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-3/+4
| | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me.
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-311-5/+6
|
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-0/+46
on both x86 and arm... -Erik