Skip to content

Commit

Permalink
[WIP] tupe
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Oct 16, 2024
1 parent 724aedc commit 57b8c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/linux_like/android/b64/aarch64/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub type c_char = u8;
pub type wchar_t = u32;
pub type __u64 = ::c_ulong;
pub type __s64 = ::c_long;
pub type __u64 = ::c_ulonglong;
pub type __s64 = ::c_longlong;

s! {
pub struct stat {
Expand Down

0 comments on commit 57b8c8f

Please sign in to comment.