summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-221-0/+1
|\
| * _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-191-0/+1
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-0/+10
|/
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-081-6/+0
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-16/+5
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+3
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-1/+1
* Hide exit/_exitPeter S. Mazinger2005-12-151-2/+4
* Make use of newly introduced attribute_noreturnPeter S. Mazinger2005-11-041-1/+1
* Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger2005-11-021-1/+1
* add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger2005-11-021-1/+3
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-1/+1
* Add some syscalls which I moved out of syscalls.cEric Andersen2002-07-221-0/+39