Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / os / windows / posix.h
index 85640a21d55c6422d8f2dd764319d3771b380989..02a9075be23cdbe65b088919e0fd40c196d75009 100644 (file)
@@ -1,7 +1,6 @@
 #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);