We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f328dd7 commit 56234f6Copy full SHA for 56234f6
src/unix/bsd/netbsdlike/openbsd/arm.rs
@@ -1,5 +1,5 @@
1
-pub type c_long = i64;
2
-pub type c_ulong = u64;
+pub type c_long = i32;
+pub type c_ulong = u32;
3
pub type c_char = u8;
4
5
// should be pub(crate), but that requires Rust 1.18.0
0 commit comments