diff options
Diffstat (limited to 'Linux')
| -rw-r--r-- | Linux/arm/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/power/include/lib9.h | 2 | ||||
| -rw-r--r-- | Linux/spim/include/lib9.h | 2 |
3 files changed, 3 insertions, 3 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; diff --git a/Linux/power/include/lib9.h b/Linux/power/include/lib9.h index b3d47212..e9a2939e 100644 --- a/Linux/power/include/lib9.h +++ b/Linux/power/include/lib9.h @@ -42,7 +42,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; diff --git a/Linux/spim/include/lib9.h b/Linux/spim/include/lib9.h index 36f121fb..dd04e100 100644 --- a/Linux/spim/include/lib9.h +++ b/Linux/spim/include/lib9.h @@ -43,7 +43,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; |
