Re: [Qemu-devel] [PATCH] linux-user: Implement accept4

2013-02-08 Thread Richard Henderson
On 2013-02-08 06:35, Peter Maydell wrote: Implement the accept4 syscall (which is identical to accept but has an additional flags argument). Signed-off-by: Peter Maydell --- Passes all the LTP accept and accept4 tests... linux-user/syscall.c | 39 +++ 1

[Qemu-devel] [PATCH] linux-user: Implement accept4

2013-02-08 Thread Peter Maydell
Implement the accept4 syscall (which is identical to accept but has an additional flags argument). Signed-off-by: Peter Maydell --- Passes all the LTP accept and accept4 tests... linux-user/syscall.c | 39 +++ 1 file changed, 31 insertions(+), 8 deletions(-