1f81991e JA |
1 | #ifndef FIO_WINDOWS_POSIX_H |
2 | #define FIO_WINDOWS_POSIX_H |
3 | |
1f81991e JA |
4 | typedef int clockid_t; |
5 | |
1f81991e |
6 | extern int inet_aton(const char *, struct in_addr *); |
10a6b3c6 |
7 | extern int win_to_posix_error(DWORD winerr); |
1f81991e JA |
8 | |
9 | #endif |