summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh/pread_write.c
AgeCommit message (Expand)Author
2013-04-01linux: pread/write: convert to SYSCALL_ALIGN_64BITMike Frysinger
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17sh specific bits needed for nptlAustin Foxley
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-10-28- trim superfluous ';'. No objcode changesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2007-04-30Carmelo AMOROSO writes:Mike Frysinger
2007-02-04fix compiling and touchup styleMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-01-27Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
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
2004-08-25Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III