Skip to content

Commit d0e0258

Browse files
author
Kai Luo
committed
Fix warning
1 parent a0f5b4b commit d0e0258

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)