Add Windows ctime_r implementation and add empty ioctl.h header
authorBruce Cran <bruce.cran@gmail.com>
Wed, 6 May 2015 22:30:46 +0000 (16:30 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 7 May 2015 16:57:00 +0000 (10:57 -0600)
commitba55bfa90dbbc4a1432d6855c8411663448f19d2
tree95efc9cf6f0e3e9484cf5abea95fb237b0c16651
parent138c0e22828cfb2993c382e8fdb54562fbc19005
Add Windows ctime_r implementation and add empty ioctl.h header

stat.c now uses ctime_r(), so add an implementation for Windows.
It's expected that ioctl.h exists on each platform, even if it's
not used: add an empty file on Windows.

Signed-off-by: Jens Axboe <axboe@fb.com>
os/windows/posix.c
os/windows/posix/include/sys/ioctl.h [new file with mode: 0644]