Re: [Qemu-devel] [PATCH] Force pread64/pwrite64 to return 0 for zero-length buffer
hey how to test them all after the change is made (make check?) What do you think about that? Best regards, Ilya Palachev
[Qemu-devel] [PATCH] Force pread64/pwrite64 to return 0 for zero-length buffer
: Icd66ea29658329fbd5e6461d1def0c78c81d2671 Signed-off-by: Ilya Palachev --- linux-user/syscall.c | 8 1 file changed, 8 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index a41dd43..a08f5ef 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -8127,6 +8127,10 @@ abi_long do_syscall