On 24 January 2011 03:57, Mike Frysinger <vap...@gentoo.org> wrote: > Some architectures (like Blackfin) only implement ppoll (and skip poll). > So add support for it using existing poll code. > > Signed-off-by: Mike Frysinger <vap...@gentoo.org> > --- > v3 > - call ppoll syscall directly so timespec updates get passed back > - tweak style > - use new sigsets
This version looks OK to me and works for my fairly simple testcase. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM