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<peter.mayd...@linaro.org> --- Passes all the LTP accept and accept4 tests... linux-user/syscall.c | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~