Paul Brook wrote:
> >This patch adds support for the pselect syscall in linux-user emulation
> >and also adds several support functions required to translate the
> >timespec structs between the target and the host.
>
> IIUC the whole point of the pselect is that it should be atomic. By
> emulating
>This patch adds support for the pselect syscall in linux-user emulation
>and also adds several support functions required to translate the
>timespec structs between the target and the host.
IIUC the whole point of the pselect is that it should be atomic. By emulating
this in a non-atomic fasion
On Fri, Mar 26, 2010 at 03:25:09PM +, Riku Voipio wrote:
> From: Michael Casadevall
>
> This patch adds support for the pselect syscall in linux-user emulation
> and also adds several support functions required to translate the
> timespec structs between the target and the host.
>
> Signed-o
From: Michael Casadevall
This patch adds support for the pselect syscall in linux-user emulation
and also adds several support functions required to translate the
timespec structs between the target and the host.
Signed-off-by: Riku Voipio
Signed-off-by: Michael Casadevall
---
linux-user/sysc