Skip to content

Commit 8ffd154

Browse files
authored
Merge pull request #3644 from bzEq/unsafe-ffi
Fix `which is not FFI-safe` warning
2 parents aaae702 + 581bccc commit 8ffd154

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)