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