projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bf2bdf
)
windows - there are no stopping signals
author
Miodrag Milanovic
<mmicko@gmail.com>
Sat, 28 Mar 2020 08:09:11 +0000
(09:09 +0100)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Sat, 28 Mar 2020 08:09:11 +0000
(09:09 +0100)
passes/cmds/exec.cc
patch
|
blob
|
history
diff --git
a/passes/cmds/exec.cc
b/passes/cmds/exec.cc
index 399cb0ebb1e88228aad202d1c39cd0fb04590115..e4676fd331c12223af1dd1e739bd99295454f2ae 100644
(file)
--- 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 <sys/wait.h>
#endif