commit | a8fd1aba8584cbe68583907ce766fd8ecfe81f4b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Feb 08 07:31:55 2013 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Mar 11 14:34:28 2013 +0200 |
tree | 4ded77320c1ecdda9340c8ec776f56fa024b6261 | |
parent | dfae8e00f8ddeedcda24bd28f71d4fd2a9f988b8 [diff] |
linux-user: Implement sendfile and sendfile64 Implement the sendfile and sendfile64 syscalls. This implementation passes all the LTP test cases for these syscalls. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>