summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-2/+1
| | | | | | | | | | | | | | | | | | | | *: remove checks of sigaction and sigprocmask results in cases where they clearly can't fail: sigaction(known_good_sig) sigprocmask(known_good_how) text data bss dec hex filename - 393 4 0 397 18d libc/pwd_grp/lckpwdf.o + 382 4 0 386 182 libc/pwd_grp/lckpwdf.o - 56 0 0 56 38 libc/signal/sigblock.o + 44 0 0 44 2c libc/signal/sigblock.o - 211 0 0 211 d3 libc/signal/sigset.o + 202 0 0 202 ca libc/signal/sigset.o - 56 0 0 56 38 libc/signal/sigsetmask.o + 44 0 0 44 2c libc/signal/sigsetmask.o - 309 0 0 309 135 libc/unistd/sleep.o + 256 0 0 256 100 libc/unistd/sleep.o
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
|
* __longjmp/__libc_longjmp as noreturnPeter S. Mazinger2006-01-241-2/+2
|
* Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵Peter S. Mazinger2006-01-241-1/+1
| | | | covered by common/longjmp.c
* longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger2006-01-231-2/+2
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* enable _longjmp alias else less fails to buildMike Frysinger2006-01-141-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-6/+7
| | | | missing headers, other jump relocs removed
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* 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