Constant libc::AIO_NOTCANCELED
pub const AIO_NOTCANCELED: ::c_int = 1;
The portability is definied by:
#[cfg(all(not(target_env = "uclibc"), not(any())))]
pub const AIO_NOTCANCELED: ::c_int = 1;
#[cfg(all(not(target_env = "uclibc"), not(any())))]