aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 702d91a..07e49d3 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -3,8 +3,7 @@
#define NULL 0
-// TODO: unsigned
-typedef long size_t;
+typedef unsigned long size_t;
// TODO:
// - max_align_t (C11)