Skip to content

Commit

Permalink
Merge pull request #3644 from bzEq/unsafe-ffi
Browse files Browse the repository at this point in the history
Fix `which is not FFI-safe` warning
  • Loading branch information
JohnTitor authored Apr 17, 2024
2 parents aaae702 + 581bccc commit 8ffd154
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 8ffd154

Please sign in to comment.