commit | ff6dc130794bcd5b2033bc50262a7720285a74c7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 06 19:58:13 2016 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Wed Jun 08 10:13:46 2016 +0300 |
tree | 5a67fe1cb59f6e9d88689ba1688e8ce07cdb9bd2 | |
parent | ffb7ee796ae83b1e4b3c108f8615d54b53872c68 [diff] |
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls Use the safe_syscall wrapper for the accept and accept4 syscalls. accept4 has been in the kernel since 2.6.28 so we can assume it is always present. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>