libgo: Remove unnecessary EINTR checks.
We always use SA_RESTART with signals, so read/write/etc. should never return EINTR. From-SVN: r171802
Showing
Please
register
or
sign in
to comment
We always use SA_RESTART with signals, so read/write/etc. should never return EINTR. From-SVN: r171802