pub const ERESTARTSYS: ErrnoCode;
Convert to EINTR if interrupted by a signal handler without SA_RESTART enabled, otherwise restart.