summaryrefslogtreecommitdiff
path: root/arm/include/u.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm/include/u.h')
-rw-r--r--arm/include/u.h1
1 files changed, 1 insertions, 0 deletions
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;