Re: [Qemu-devel] [PATCH][v2] linux-user,alpha: correct select()

2013-01-10 Thread Richard Henderson
On 01/10/2013 01:30 PM, Laurent Vivier wrote: Signed-off-by: Laurent Vivier --- v2: remove unused TARGET_S390 and simplify ifdefs linux-user/syscall.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH][v2] linux-user,alpha: correct select()

2013-01-10 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- v2: remove unused TARGET_S390 and simplify ifdefs linux-user/syscall.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 94f79dd..693e66f 100644 --- a/linux-user/syscall.c +++ b/li