mirror of https://github.com/YosysHQ/yosys.git
windows - there are no stopping signals
This commit is contained in:
parent
1bf2bdf05b
commit
5cdcd6ec79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue