Windows build fixes
[fio.git] / os / os-windows.h
index 06fe4335beb7bda4095dd3304c8deab454ecfb38..7b61d16cce5c46db3e692bad238d984423f2f470 100644 (file)
@@ -20,6 +20,7 @@
 #define FIO_HAVE_CHARDEV_SIZE
 #define FIO_HAVE_FDATASYNC
 #define FIO_HAVE_WINDOWSAIO
+#define FIO_HAVE_FALLOCATE
 #define FIO_HAVE_GETTID
 #define FIO_HAVE_CLOCK_MONOTONIC
 #define FIO_USE_GENERIC_RAND
@@ -81,6 +82,7 @@ typedef DWORD_PTR os_cpu_mask_t;
 #define POLLHUP        1
 
 #define SIGCONT        0
+#define SIGUSR1        1
 
 typedef int sigset_t;
 typedef int siginfo_t;