Re: [Qemu-devel] [PATCH] linux-user: do not warn for missing pselect6

2010-05-21 Thread Aurelien Jarno
On Fri, May 07, 2010 at 12:28:05PM +, Riku Voipio wrote: > Libc will fallback gracefully if pselect6 is not available. Thus put > pselect6 to nowarn until the atomicity issues of the original pselect6 > patch are dealt with. > > Signed-off-by: Riku Voipio > Cc: Michael Casadevall Thanks, ap

[Qemu-devel] [PATCH] linux-user: do not warn for missing pselect6

2010-05-08 Thread Riku Voipio
Libc will fallback gracefully if pselect6 is not available. Thus put pselect6 to nowarn until the atomicity issues of the original pselect6 patch are dealt with. Signed-off-by: Riku Voipio Cc: Michael Casadevall --- linux-user/syscall.c |4 1 files changed, 4 insertions(+), 0 deletions