windows - there are no stopping signals
authorMiodrag Milanovic <mmicko@gmail.com>
Sat, 28 Mar 2020 08:09:11 +0000 (09:09 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Sat, 28 Mar 2020 08:09:11 +0000 (09:09 +0100)
passes/cmds/exec.cc

index 399cb0ebb1e88228aad202d1c39cd0fb04590115..e4676fd331c12223af1dd1e739bd99295454f2ae 100644 (file)
@@ -27,6 +27,7 @@
 #  define WIFSTOPPED(x) 0
 #  define WEXITSTATUS(x) ((x) & 0xff)
 #  define WTERMSIG(x) SIGTERM
+#  define WSTOPSIG(x) 0
 #else
 #  include <sys/wait.h>
 #endif