summaryrefslogtreecommitdiff
path: root/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/types.h')
-rw-r--r--include/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/types.h b/include/sys/types.h
index d79e077c..19e7b242 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