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