Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix warnings
  • Loading branch information
Kai Luo committed Apr 18, 2024
commit 180337105561e22c8a2b7c10ab2fbd823f738057
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