Constant ZX_ERR_INTERRUPTED_RETRY
pub const ZX_ERR_INTERRUPTED_RETRY: i32 = -6;
Expand description
The system call was interrupted, but should be retried. This should not be seen outside of the VDSO.
pub const ZX_ERR_INTERRUPTED_RETRY: i32 = -6;
The system call was interrupted, but should be retried. This should not be seen outside of the VDSO.