X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=arm%2Finclude%2Fu.h;fp=arm%2Finclude%2Fu.h;h=47d75a07a149d6181ad8870ff96ff2596453d0ff;hb=3e38194d72b2b017b85bf85f11ef4e580d44be4f;hp=5a86e34d88d6239ea3c88fc86e830584a86d5e4c;hpb=59245c73f0645e4e2ca1b01b3e3551dbbc5273d9;p=plan9front.git diff --git a/arm/include/u.h b/arm/include/u.h index 5a86e34d8..47d75a07a 100644 --- a/arm/include/u.h +++ b/arm/include/u.h @@ -7,6 +7,7 @@ typedef unsigned int uint; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; +typedef long intptr; typedef unsigned long uintptr; typedef unsigned long usize; typedef uint Rune;