diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/types.h b/include/sys/types.h index d79e077..19e7b24 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -30,7 +30,7 @@ #ifndef _SIZE_T #define _SIZE_T -typedef natural_t size_t; +typedef unsigned long size_t; #endif #ifndef _SSIZE_T |