Resumes an interrupted system call.
Arguments
Return values
If the system call succeeds the return value is the return value of the system call it restarts. If the system call fails (in case when no system call was interrupted) the return value is -EINTR.
Remarks
n/a
Compatibility