summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/pread_write.c
Commit message (Expand)AuthorAgeFilesLines
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-4/+4
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-2/+2
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-4/+4
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-2/+6
* sort out a few issues that show up on mipsEric Andersen2006-12-121-22/+30
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-8/+19
* Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger2006-01-271-0/+4
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-4/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-26/+13
* 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/+4
* This fixes the pread/pwrite bugs reported by ltp. But I really need to pull ...Manuel Novoa III2005-07-311-2/+2
* Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III2004-08-101-0/+15
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix some more problems found by the ltpEric Andersen2003-09-071-6/+9
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-221-0/+94