diff options
Diffstat (limited to 'sparc')
-rw-r--r-- | sparc/include/u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sparc/include/u.h b/sparc/include/u.h index fe9fbff2d..3fce8ec51 100644 --- a/sparc/include/u.h +++ b/sparc/include/u.h @@ -6,6 +6,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; |