We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff1a71 commit 1803371Copy full SHA for 1803371
src/unix/aix/mod.rs
@@ -1,3 +1,4 @@
1
+#![allow(dead_code)]
2
pub type c_char = i8;
3
pub type caddr_t = *mut ::c_char;
4
pub type clockid_t = ::c_longlong;
0 commit comments