]> Git Repo - qemu.git/commit
linux-user: Use safe_syscall for read and write system calls
authorTimothy E Baldwin <[email protected]>
Thu, 12 May 2016 17:47:47 +0000 (18:47 +0100)
committerRiku Voipio <[email protected]>
Fri, 27 May 2016 11:50:38 +0000 (14:50 +0300)
commit50afd02b841cf0ccbc988a0fa868bbc4ca67c09e
treeee70670ba28f3a90058ff7074cbc838b7f923fbc
parent4d330cee37a21aabfc619a1948953559e66951a4
linux-user: Use safe_syscall for read and write system calls

Restart read() and write() if signals occur before, or during with SA_RESTART

Signed-off-by: Timothy Edward Baldwin <[email protected]>
Message-id: 1441497448[email protected]
[PMM: Update to new safe_syscall() convention of setting errno]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/syscall.c
This page took 0.023243 seconds and 4 git commands to generate.