pub const ZX_ERR_INTERRUPTED_RETRY: zx_status_t = -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: zx_status_t = -6;
The system call was interrupted, but should be retried. This should not be seen outside of the VDSO.