OSDN Git Service

sendfile: Use sendfile64 if arch does not have the sendfile syscall
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / sendfile.c
2013-02-20 Markos Chandrassendfile: Use sendfile64 if arch does not have the...
2012-06-15 Peter S. Mazingercorrect sendfile for 32/64 bit archs
2012-06-15 Peter S. MazingerReorder includes and include only what is necessary
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-03-21 Mike Frysingermichael_d writes in [#2064]: fix building on linux...
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-02-21 Peter S. MazingerSolve sendfile64 conflict if __NR_sendfile64 does not...
2006-01-30 Peter S. Mazingeranother attempt to fix sendfile64
2006-01-23 Mike Frysingercleanup and use the style of other *64 funcs
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...