linux-user: Implement accept4
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Feb 2013 04:35:04 +0000 (04:35 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 11 Mar 2013 12:34:42 +0000 (14:34 +0200)
commita94b4987e243d9afebf56a098afeddae133276b5
tree3493d806b05086d68874fca3a0d4b6460e6dae1b
parenta8fd1aba8584cbe68583907ce766fd8ecfe81f4b
linux-user: Implement accept4

Implement the accept4 syscall (which is identical to accept
but has an additional flags argument).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c