Merge branch 'fix-coverity-scan-defect' of https://github.com/parkvibes/fio
[fio.git] / os / windows / posix.h
... / ...
CommitLineData
1#ifndef FIO_WINDOWS_POSIX_H
2#define FIO_WINDOWS_POSIX_H
3
4typedef int clockid_t;
5
6extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
7extern int inet_aton(const char *, struct in_addr *);
8extern int win_to_posix_error(DWORD winerr);
9
10#endif