summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/pread_write.c
Commit message (Expand)AuthorAgeFilesLines
* 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