summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/_exit.c
AgeCommit message (Expand)Author
2012-06-15_exit.c: add ABORT_INSTRUCTIONPeter S. Mazinger
2012-06-15_exit.c: include the proper headersPeter S. Mazinger
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-19_Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-07-08drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-10-28- trim superfluous ';'. No objcode changesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-15Hide exit/_exitPeter S. Mazinger
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-11-02Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger
2005-11-02add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger
2005-01-05fix eriks e-mail addressMike Frysinger
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2002-07-22Add some syscalls which I moved out of syscalls.cEric Andersen