summaryrefslogtreecommitdiff
path: root/src/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib')
-rw-r--r--src/stdlib/realloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/realloc.c b/src/stdlib/realloc.c
index 982d01ac..e02ad89a 100644
--- a/src/stdlib/realloc.c
+++ b/src/stdlib/realloc.c
@@ -6,9 +6,11 @@
#include <stdlib.h>
#include "_stdlib.h"
+#if 0
//#include <sys/types.h>
//#include <fcntl.h>
//#include <sys/mman.h>
+#endif
#ifdef POSIX_FORCED
#include "_syscall.h"