We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc96f3 commit 581bcccCopy full SHA for 581bccc
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