From 5cdcd6ec7949c856de39d032f68ba8ddd0ee9fb3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 28 Mar 2020 09:09:11 +0100 Subject: [PATCH] windows - there are no stopping signals --- passes/cmds/exec.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/passes/cmds/exec.cc b/passes/cmds/exec.cc index 399cb0ebb..e4676fd33 100644 --- a/passes/cmds/exec.cc +++ b/passes/cmds/exec.cc @@ -27,6 +27,7 @@ # define WIFSTOPPED(x) 0 # define WEXITSTATUS(x) ((x) & 0xff) # define WTERMSIG(x) SIGTERM +# define WSTOPSIG(x) 0 #else # include #endif -- 2.30.2