[RTEMS Project] #2859: Implement POSIX Shared Memory Objects
RTEMS trac
trac at rtems.org
Fri Jan 13 16:47:41 UTC 2017
#2859: Implement POSIX Shared Memory Objects
--------------------+--------------------
Reporter: gedare | Owner: gedare
Type: defect | Status: new
Priority: normal | Milestone: 4.12
Component: cpukit | Version: 4.12
Severity: normal | Keywords: posix
--------------------+--------------------
POSIX Shared Memory is a widely used API for inter-process communication.
The functions in the API include:
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_open.html
shm_open]
*
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html
ftruncate]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html
mmap]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/munmap.html
munmap]
*
[http://pubs.opengroup.org/onlinepubs/9699919799/functions/shm_unlink.html
shm_unlink]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html
close]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html
fstat]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchown.html
fchown]
* [http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html
fchmod]
--
Ticket URL: <http://devel.rtems.org/ticket/2859>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list