ERESTARTSYS

Constant ERESTARTSYS 

Source
pub const ERESTARTSYS: ErrnoCode;
Expand description

Convert to EINTR if interrupted by a signal handler without SA_RESTART enabled, otherwise restart.