On 6 September 2015 at 00:57, Timothy E Baldwin <[email protected]> wrote: > Restart open() and openat() if signals occur before, > or during with SA_RESTART. > > Signed-off-by: Timothy Edward Baldwin <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> When we get to the cases where not all the host architectures provide a particular syscall (ie where we're currently relying on glibc to implement a function with whatever the host arch's syscall ABI demands) this is going to get trickier, but for the functions so far I think they're present with the same ABI on all archs. thanks -- PMM
