tcc_relocate: return error and remove unused code
[tinycc.git] / win32 / include / unistd.h
blob8f51f7661176bc07f57e1432db7deb14cc093685
1 /*
2 * This file is part of the Mingw32 package.
4 * unistd.h maps (roughly) to io.h
5 */
7 #ifndef __STRICT_ANSI__
8 #include <io.h>
9 #endif