Skip to content

Commit 57b8c8f

Browse files
committed
[WIP] tupe
1 parent 724aedc commit 57b8c8f

File tree

1 file changed

+2
-2
lines changed
  • src/unix/linux_like/android/b64/aarch64

1 file changed

+2
-2
lines changed

src/unix/linux_like/android/b64/aarch64/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pub type c_char = u8;
22
pub type wchar_t = u32;
3-
pub type __u64 = ::c_ulong;
4-
pub type __s64 = ::c_long;
3+
pub type __u64 = ::c_ulonglong;
4+
pub type __s64 = ::c_longlong;
55

66
s! {
77
pub struct stat {

0 commit comments

Comments
 (0)