Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: fix EINTR check in TestClockNanosleep
err == EINTR needs to be checked before err != nil for the interrupted syscall to be retried properly. Follow-up for CL 207285 Updates golang/go#35622 Change-Id: I0f8c1a75eb96e11aaba284eb75716db044257cbd Reviewed-on: https://go-review.googlesource.com/c/sys/+/207290 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information