]> git.lizzy.rs Git - plan9front.git/blobdiff - arm64/include/u.h
libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions use usize
[plan9front.git] / arm64 / include / u.h
index 94d9cc3b73560f567d8b6e083d18534c9c4582f7..ca7037497536e514b4e0a19d97e5262211affe6f 100644 (file)
@@ -9,7 +9,7 @@ typedef long long       vlong;
 typedef        unsigned long long uvlong;
 typedef vlong  intptr;
 typedef uvlong uintptr;
-typedef unsigned long  usize;
+typedef unsigned long long usize;
 typedef        uint            Rune;
 typedef union FPdbleword FPdbleword;
 typedef uintptr        jmp_buf[2];