That's typically because those are unix system headers
, windows doesn't have those available. Things like mman do have a windows
equivalent but it basically requires you to create your own code to create
the proper translation from memory mapping functions use it properly on
windows using File Map
Hi there,
I am using mingw32-make from MinGW64 project to compile a code
which requires the headers sys/ipc.h, sys/shm.h and sys/mman.h.
These header files are missing in the sys/ directory.
Also, they do not exist on mingw64-headers.
I can not find them in the MinGW64 distribution.
I appreciate a