windows - there are no stopping signals

This commit is contained in:
Miodrag Milanovic 2020-03-28 09:09:11 +01:00
parent 1bf2bdf05b
commit 5cdcd6ec79
1 changed files with 1 additions and 0 deletions

View 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