Structs§
Constants§
- SHMLBA
- Segment low boundary address multiple.
- SHM_
FAILED - Return value of
shmat()indicating shared memory has not been attached. - SHM_
RDONLY - Attach read-only (else read-write).
- SHM_RND
- Round attach address to SHMLBA.
Functions§
- shmat⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmat.html.
- shmctl⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmctl.html.
- shmdt⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmdt.html.
- shmget⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/shmget.html.