mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
windows - there are no stopping signals
This commit is contained in:
parent
1bf2bdf05b
commit
5cdcd6ec79
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue