On 6 September 2015 at 00:56, Timothy E Baldwin
wrote:
> This allows SA_RESTART to be supported along with various case
> where pending signals need to be handled before a system call.
>
> New macro TARGET_ERESTARTSYS which is the error code used by Linux
> to indicate that system call should be r
This allows SA_RESTART to be supported along with various case
where pending signals need to be handled before a system call.
New macro TARGET_ERESTARTSYS which is the error code used by Linux
to indicate that system call should be restarted.
TARGET_QEMU_ESIGRETURN moved into errno_defs.h and ren