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