diff options
Diffstat (limited to 'Linux/power')
| -rw-r--r-- | Linux/power/include/lib9.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
