Re: [Qemu-devel] [PATCH 34/34] linux-user: Remove TARGET_USE_ERESTARTSYS

2015-09-10 Thread Peter Maydell
On 6 September 2015 at 00:57, Timothy E Baldwin wrote: > Now with system call restarting support by all targets remove > uneeded conditionals. > > Signed-off-by: Timothy Edward Baldwin > --- > linux-user/aarch64/syscall.h| 2 -- > linux-user/alpha/syscall.h | 2 -- > linux-user/arm/sysc

[Qemu-devel] [PATCH 34/34] linux-user: Remove TARGET_USE_ERESTARTSYS

2015-09-05 Thread Timothy E Baldwin
Now with system call restarting support by all targets remove uneeded conditionals. Signed-off-by: Timothy Edward Baldwin --- linux-user/aarch64/syscall.h| 2 -- linux-user/alpha/syscall.h | 2 -- linux-user/arm/syscall.h| 2 -- linux-user/cris/syscall.h | 2 -- linux-user