diff options
Diffstat (limited to 'os/windows/posix.h')
-rw-r--r-- | os/windows/posix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/windows/posix.h b/os/windows/posix.h index 85640a21..02a9075b 100644 --- a/os/windows/posix.h +++ b/os/windows/posix.h @@ -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); |