X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-windows.h;h=59da9dba1a2c3fbf09200f313a539926e9de762a;hb=a87ea1a869595ca57052e7645431a397d3c7d5ac;hp=ddfae41344cfe23c5bac09ef9dfd4f6ace0e95c1;hpb=86bff16ee75cf3cd3fb679421a46347ce5acdb47;p=fio.git diff --git a/os/os-windows.h b/os/os-windows.h index ddfae413..59da9dba 100644 --- a/os/os-windows.h +++ b/os/os-windows.h @@ -77,6 +77,7 @@ #define SIGCONT 0 #define SIGUSR1 1 #define SIGUSR2 2 +#define SIGKILL 15 /* SIGKILL doesn't exists, let's use SIGTERM */ typedef int sigset_t; typedef int siginfo_t;