x86-64 bug fix: Use stack with alignment just like 32bit environments.
[tinycc/kirr.git] / win32 / include / sys / unistd.h
blobed122d9dd65d343c97d4831b3422e2e83d2f0f71
1 /*
2 * This file is part of the Mingw32 package.
4 * unistd.h maps (roughly) to io.h
5 */
6 #ifndef __STRICT_ANSI__
7 #include <io.h>
8 #endif