Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Luo authored and JohnTitor committed Apr 17, 2024
1 parent 2dc96f3 commit 581bccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/aix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub type posix_spawn_file_actions_t = *mut ::c_char;
pub type iconv_t = *mut ::c_void;

e! {
#[repr(u32)]
pub enum uio_rw {
UIO_READ = 0,
UIO_WRITE,
Expand Down

0 comments on commit 581bccc

Please sign in to comment.