From: Miodrag Milanovic Date: Sat, 28 Mar 2020 08:09:11 +0000 (+0100) Subject: windows - there are no stopping signals X-Git-Tag: working-ls180~725 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cdcd6ec7949c856de39d032f68ba8ddd0ee9fb3;p=yosys.git windows - there are no stopping signals --- 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