mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-15 18:36:17 +00:00
Merge pull request #2155 from whitequark/fix-wasm-wasi-sdk-11
kernel: guard include of signal.h more precisely
This commit is contained in:
commit
74e93e083f
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@
|
||||||
#else
|
#else
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
# include <signal.h>
|
# if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
||||||
|
# include <signal.h>
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue