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 WIFSTOPPED(x) 0
|
||||||
# define WEXITSTATUS(x) ((x) & 0xff)
|
# define WEXITSTATUS(x) ((x) & 0xff)
|
||||||
# define WTERMSIG(x) SIGTERM
|
# define WTERMSIG(x) SIGTERM
|
||||||
|
# define WSTOPSIG(x) 0
|
||||||
#else
|
#else
|
||||||
# include <sys/wait.h>
|
# include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue