projects
/
fio.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge branch 'fix-randtrimwrite' of https://github.com/minwooim/fio
[fio.git]
/
os
/
windows
/
posix.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef FIO_WINDOWS_POSIX_H
2
#define FIO_WINDOWS_POSIX_H
3
4
typedef int clockid_t;
5
6
extern int inet_aton(const char *, struct in_addr *);
7
extern int win_to_posix_error(DWORD winerr);
8
9
#endif