This does not present in ARM32 aka. AArch32.
From 501f0ca7040cd55fb43822139929239648abbf3f Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Thu, 27 Feb 2020 23:52:57 +0530
Subject: [PATCH] crt: move ks to lib-common
Signed-off-by: Biswapriyo Nath
---
mingw-w64-crt/{lib64 => lib-common}/ks.d
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