Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
(backport <rust-lang#3644>)
(cherry picked from commit 581bccc)
  • Loading branch information
Kai Luo authored and tgross35 committed Nov 18, 2024
1 parent 602f039 commit 4f2cde3
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 4f2cde3

Please sign in to comment.