projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
engines/io_uring: Handle EINTR.
[fio.git]
/
os
/
windows
/
posix.h
1
#ifndef FIO_WINDOWS_POSIX_H
2
#define FIO_WINDOWS_POSIX_H
3
4
typedef off_t off64_t;
5
typedef int clockid_t;
6
7
extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
8
extern int inet_aton(const char *, struct in_addr *);
9
extern int win_to_posix_error(DWORD winerr);
10
11
#endif