summaryrefslogtreecommitdiff
path: root/Linux/arm/include/lib9.h
diff options
context:
space:
mode:
Diffstat (limited to 'Linux/arm/include/lib9.h')
-rw-r--r--Linux/arm/include/lib9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/arm/include/lib9.h b/Linux/arm/include/lib9.h
index 002e3d15..abd478e2 100644
--- a/Linux/arm/include/lib9.h
+++ b/Linux/arm/include/lib9.h
@@ -41,7 +41,7 @@ typedef struct Proc Proc;
typedef unsigned char uchar;
typedef signed char schar;
-typedef unsigned short Rune;
+typedef unsigned int Rune;
typedef long long int vlong;
typedef unsigned long long int uvlong;
typedef unsigned int u32int;