Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Luo committed Apr 2, 2024
1 parent a0f5b4b commit 20291ff
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
@@ -1,3 +1,4 @@
#![allow(dead_code)]
pub type c_char = i8;
pub type caddr_t = *mut ::c_char;
pub type clockid_t = ::c_longlong;
Expand Down

0 comments on commit 20291ff

Please sign in to comment.