PPC32: remove check for ERESTARTNOHAND in syscall return path.
This error is handled in the signal delivery code and should never be returned from a syscall unless a signal is pending. Grepping seems to indicate that that is in fact the case (but not for ERESTARTSYS, but that is another problem).
Showing
Please register or sign in to comment