Skip to content

Commit 581bccc

Browse files
Kai LuoJohnTitor
Kai Luo
authored andcommitted
Fix warning
1 parent 2dc96f3 commit 581bccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/aix/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ pub type posix_spawn_file_actions_t = *mut ::c_char;
6060
pub type iconv_t = *mut ::c_void;
6161

6262
e! {
63+
#[repr(u32)]
6364
pub enum uio_rw {
6465
UIO_READ = 0,
6566
UIO_WRITE,

0 commit comments

Comments
 (0)