1
0
mirror of synced 2026-04-26 04:08:28 +00:00

Merge pull request #5438 from cr1901/posix-bugpoint

Add sys/wait.h header to bugpoint to bring in constants.
This commit is contained in:
Miodrag Milanović
2025-10-22 12:40:26 +02:00
committed by GitHub

View File

@@ -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