Re: [Qemu-devel] [PATCH 2/2] syscall: pselect arg_sigsize variable was write only

2011-07-11 Thread Juan Quintela
Juan Quintela wrote: > Remove it. > > Signed-off-by: Juan Quintela /me nacks himself Peter one is better, it even makes sense, go figure O:-)

Re: [Qemu-devel] [PATCH 2/2] syscall: pselect arg_sigsize variable was write only

2011-07-11 Thread Peter Maydell
On 11 July 2011 17:15, Juan Quintela wrote: > Remove it. > > Signed-off-by: Juan Quintela http://patchwork.ozlabs.org/patch/104232/ in the current linux-user pullreq is a fix for this. -- PMM

[Qemu-devel] [PATCH 2/2] syscall: pselect arg_sigsize variable was write only

2011-07-11 Thread Juan Quintela
Remove it. Signed-off-by: Juan Quintela --- linux-user/syscall.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index fed7a8f..35bbe36 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -5634,7 +5634,7 @@ abi_lo