mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-23 16:04:37 +00:00
Add sys/wait.h header to bugpoint to bring in constants.
This commit is contained in:
parent
1598771a37
commit
311a2739f6
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
# define WEXITSTATUS(x) ((x) & 0xff)
|
||||
# define WTERMSIG(x) SIGTERM
|
||||
# define WSTOPSIG(x) 0
|
||||
#else
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue