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
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(-