From 7e2a317e68abf1ca9946151ea61b6f1fc95a4686 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jan 2020 11:10:30 -0800 Subject: Change off64_t into uint64_t off64_t is Linux specific while uint64_t is defined by a C standard. This change makes fio easier to port. Signed-off-by: Bart Van Assche --- os/windows/posix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'os/windows/posix.h') 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); -- cgit v1.2.3