summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sendfile.c
AgeCommit message (Expand)Author
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2013-07-04libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibilityAnthony G. Basile
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2012-06-15correct sendfile for 32/64 bit archsPeter S. Mazinger
2012-06-15Reorder includes and include only what is necessaryPeter S. Mazinger
2009-02-27fix breakage in x86_64 defconfigDenis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-03-21michael_d writes in [#2064]: fix building on linux-2.0 systemsMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-02-21Solve sendfile64 conflict if __NR_sendfile64 does not existPeter S. Mazinger
2006-01-30another attempt to fix sendfile64Peter S. Mazinger
2006-01-23cleanup and use the style of other *64 funcsMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter 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