summaryrefslogtreecommitdiff
path: root/src/stddef/size_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stddef/size_t.c')
-rw-r--r--src/stddef/size_t.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stddef/size_t.c b/src/stddef/size_t.c
index 5435d006..6ec3e04a 100644
--- a/src/stddef/size_t.c
+++ b/src/stddef/size_t.c
@@ -1,4 +1,3 @@
-#include <stddef.h>
#ifdef __LLP64__
# if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199909L
typedef unsigned __int64 size_t;
@@ -18,7 +17,5 @@ OPERATOR(sizeof) operator.
/*
TYPEDEF(unsigned integer)
-*/
-/*
STDC(1)
*/