Windows fio: implement some more POSIX functions
authorBruce Cran <bruce@cran.org.uk>
Tue, 21 Aug 2012 13:45:57 +0000 (15:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Aug 2012 13:45:57 +0000 (15:45 +0200)
Implement opendir, closedir, readdir, and basic openlog, closelog and
syslog functionality on Windows.

Remove inet_aton since it wasn't being used.

Remove warning that msync isn't implemented - just return an error.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found