On 2013-02-08 09:31, Peter Maydell wrote:
Implement the sendfile and sendfile64 syscalls. This implementation passes all the LTP test cases for these syscalls.Signed-off-by: Peter Maydell<[email protected]> --- This test-driven-development thing is fun :-) configure | 17 ++++++++++++++++ linux-user/syscall.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
