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