We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaae702 + 581bccc commit 8ffd154Copy full SHA for 8ffd154
src/unix/aix/mod.rs
@@ -60,6 +60,7 @@ pub type posix_spawn_file_actions_t = *mut ::c_char;
60
pub type iconv_t = *mut ::c_void;
61
62
e! {
63
+ #[repr(u32)]
64
pub enum uio_rw {
65
UIO_READ = 0,
66
UIO_WRITE,
0 commit comments