docs: update for new data placement options
[fio.git] / os / windows / posix.h
index cb89cf6ecd43cab38252734cfaddcd3fd68eab96..02a9075be23cdbe65b088919e0fd40c196d75009 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef FIO_WINDOWS_POSIX_H
 #define FIO_WINDOWS_POSIX_H
 
-typedef off_t off64_t;
 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