Add Windows ctime_r implementation and add empty ioctl.h header
[fio.git] / os / windows / posix / include / sys / ioctl.h
diff --git a/os/windows/posix/include/sys/ioctl.h b/os/windows/posix/include/sys/ioctl.h
new file mode 100644 (file)
index 0000000..a42247d
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef IOCTL_H
+#define IOCTL_H
+
+/* This file is empty since it only needs to exist on Windows
+   but isn't otherwise used */
+
+#endif /* IOCTL_H */
\ No newline at end of file