HomeFreeBSD

Properly check for an interrupted cv_wait_sig().

Description

Properly check for an interrupted cv_wait_sig().

The returned error number may be EINTR or ERESTART depending on
whether or not the signal is supposed to interrupt the system call.

Reported and tested by: pho
MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on
Parents
rS351623: Remove unneeded blank line. No functional change.
Branches
Unknown
Tags
Unknown