On 24 January 2011 03:57, Mike Frysinger 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
> ---
> v3
> - call ppoll syscall directly so timespec updates get passed back
>
Some architectures (like Blackfin) only implement ppoll (and skip poll).
So add support for it using existing poll code.
Signed-off-by: Mike Frysinger
---
v3
- call ppoll syscall directly so timespec updates get passed back
- tweak style
- use new sigsets
linux-user/sysc