summaryrefslogtreecommitdiffstats
path: root/posix-users
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-07-26 11:50:10 -0400
committerGedare Bloom <gedare@rtems.org>2017-07-28 15:15:57 -0400
commit6543b90aa8fc867ca49db10617fa7fd288191759 (patch)
treeb65579418b5af7e7a5eb48b7ca35d1055b7db1ce /posix-users
parentREADME: fix typos (diff)
downloadrtems-docs-6543b90aa8fc867ca49db10617fa7fd288191759.tar.bz2
posix1003-1, posix_users: mark mmap and shm functions implemented
Update #2859.
Diffstat (limited to 'posix-users')
-rw-r--r--posix-users/status_of_implementation.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/posix-users/status_of_implementation.rst b/posix-users/status_of_implementation.rst
index cc234fc..ff51069 100644
--- a/posix-users/status_of_implementation.rst
+++ b/posix-users/status_of_implementation.rst
@@ -22,8 +22,7 @@ when porting existing code from UNIX to RTEMS.
- Asynchronous IO is not implemented.
- The ``flockfile()`` family is not implemented
- getc/putc unlocked family is not implemented
- - Shared Memory is not implemented
- - Mapped Memory is not implemented
+ - Mapped Memory is partially implemented
- NOTES:
- For Shared Memory and Mapped Memory services, it is unclear what