'shm_ctl() equivalent on Linux?
This API (which intends to be declared on sys/mman.h) allows any (privileged) user-space process to map a POSIX shared memory (shm_fd) object to specific physical address range.
But on Linux, I cannot find its equivalent. Where is it? If there is no such equivalent, how can I accomplish above on Linux?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
