summaryrefslogtreecommitdiff
path: root/os/windows
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2020-01-05 11:10:30 -0800
committerBart Van Assche <bvanassche@acm.org>2020-01-06 11:10:37 -0800
commit7e2a317e68abf1ca9946151ea61b6f1fc95a4686 (patch)
tree6a1124dd36249444dd21dd5fc82ee6782bcee1f1 /os/windows
parent585ef66edaacfd16a91b5ed94488f4ab2113f596 (diff)
downloadfio-7e2a317e68abf1ca9946151ea61b6f1fc95a4686.tar.gz
fio-7e2a317e68abf1ca9946151ea61b6f1fc95a4686.tar.bz2
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 <bvanassche@acm.org>
Diffstat (limited to 'os/windows')
-rw-r--r--os/windows/posix.h1
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);