X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fposix.h;h=85640a21d55c6422d8f2dd764319d3771b380989;hp=cb89cf6ecd43cab38252734cfaddcd3fd68eab96;hb=10a6b3c67042914fe9d287027bf8792f69e84524;hpb=1f81991ed356dd7257aef2c715ba9a24d9af93a5 diff --git a/os/windows/posix.h b/os/windows/posix.h index cb89cf6e..85640a21 100644 --- a/os/windows/posix.h +++ b/os/windows/posix.h @@ -6,5 +6,6 @@ typedef int clockid_t; extern int clock_gettime(clockid_t clock_id, struct timespec *tp); extern int inet_aton(const char *, struct in_addr *); +extern int win_to_posix_error(DWORD winerr); #endif