#sys/wait.h: No such file or directory
1 messages · Page 1 of 1 (latest)
sys/wait.h is a POSIX header:
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/wait.h.html
Windows (that includes MinGW, i.e., also the UCRT64 environment) is not POSIX compatible. So, you can't assume that POSIX headers will be available.
I know. I want to say that how to implement the same effort in the windows.