recheck cancellation disabled flag after syscall returns EINTR
authorRich Felker <dalias@aerifal.cx>
Tue, 19 Apr 2011 00:50:37 +0000 (20:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Apr 2011 00:50:37 +0000 (20:50 -0400)
we already checked before making the syscall, but it's possible that a
signal handler interrupted the blocking syscall and disabled
cancellation, and that this is the cause of EINTR. in this case, the
old behavior was testably wrong.


No differences found