diff stdio.h @ 410:5a3b1b65c6a8

ARM self compile almost passed.
author kono
date Tue, 19 Oct 2004 16:01:15 +0900
parents b72682778d75
children 9ff5cd7afe2f
line wrap: on
line diff
--- a/stdio.h	Tue Oct 19 09:14:01 2004 +0900
+++ b/stdio.h	Tue Oct 19 16:01:15 2004 +0900
@@ -6,6 +6,7 @@
 #else
 
 // typedef int size_t;
+#define size_t int
 
 long long strtoll(const char *, char **, int);
 void * realloc(void *ptr, size_t size);