summary refs log tree commit diff stats
path: root/tinyc/win32/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/win32/include/unistd.h')
-rw-r--r--tinyc/win32/include/unistd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tinyc/win32/include/unistd.h b/tinyc/win32/include/unistd.h
deleted file mode 100644
index 8f51f7661..000000000
--- a/tinyc/win32/include/unistd.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * This file is part of the Mingw32 package.
- *
- * unistd.h maps (roughly) to io.h
- */
-
-#ifndef __STRICT_ANSI__
-#include <io.h>
-#endif
-