summaryrefslogtreecommitdiff
path: root/os/windows/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/windows/posix.h')
-rw-r--r--os/windows/posix.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/os/windows/posix.h b/os/windows/posix.h
deleted file mode 100644
index 85640a21..00000000
--- a/os/windows/posix.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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