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 724aedc commit 57b8c8fCopy full SHA for 57b8c8f
src/unix/linux_like/android/b64/aarch64/mod.rs
@@ -1,7 +1,7 @@
1
pub type c_char = u8;
2
pub type wchar_t = u32;
3
-pub type __u64 = ::c_ulong;
4
-pub type __s64 = ::c_long;
+pub type __u64 = ::c_ulonglong;
+pub type __s64 = ::c_longlong;
5
6
s! {
7
pub struct stat {
0 commit comments