X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fposix.c;h=eae8c86170b958254bd8a2bc14c7015f801ac8d7;hp=f468cbffeeaac5a8fac1a0f4310bdcbfe8a27b21;hb=820d983868e6ec4ced6e7eef6c2d571239afe02b;hpb=83325bbd26365b88c113072c40af6b243f45828a diff --git a/os/windows/posix.c b/os/windows/posix.c index f468cbff..eae8c861 100755 --- a/os/windows/posix.c +++ b/os/windows/posix.c @@ -40,12 +40,6 @@ HRESULT WINAPI StringCchPrintfA( const char *pszFormat, ...); -int vsprintf_s( - char *buffer, - size_t numberOfElements, - const char *format, - va_list argptr); - int win_to_posix_error(DWORD winerr) { switch (winerr)