summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch12.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
commit3cffce87d659305ef4ab8b7225116a36be47ce75 (patch)
treeff1dc28c88f6695c557ef27d4590fa2d53d20557 /doc/posix1003.1/ch12.t
parentAdded types, status of functions, cleaned up output of summarize. (diff)
downloadrtems-3cffce87d659305ef4ab8b7225116a36be47ce75.tar.bz2
Completed first pass at function status.
Added most data types without status information.
Diffstat (limited to 'doc/posix1003.1/ch12.t')
-rw-r--r--doc/posix1003.1/ch12.t20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/posix1003.1/ch12.t b/doc/posix1003.1/ch12.t
index 49cc05a9c4..c4327a60f1 100644
--- a/doc/posix1003.1/ch12.t
+++ b/doc/posix1003.1/ch12.t
@@ -13,15 +13,15 @@
@subsection Lock/Unlock the Address Space of a Process
@example
-mlockall(), Function
-munlockall(), Function
+mlockall(), Function, Unimplemented
+munlockall(), Function, Unimplemented
@end example
@subsection Lock/Unlock a Rand of Process Address Space
@example
-mlock(), Function
-munlock(), Function
+mlock(), Function, Unimplemented
+munlock(), Function, Unimplemented
@end example
@section Memory Mapping Functions
@@ -29,25 +29,25 @@ munlock(), Function
@subsection Map Process Addresses to a Memory Object
@example
-mmap(), Function
+mmap(), Function, Unimplemented
@end example
@subsection Unmap Previously Mapped Addresses
@example
-munmap(), Function
+munmap(), Function, Unimplemented
@end example
@subsection Change Memory Protection
@example
-mprotect(), Function
+mprotect(), Function, Unimplemented
@end example
@subsection Memory Object Synchronization
@example
-msync(), Function
+msync(), Function, Unimplemented, Unimplemented
@end example
@section Shared Memory Functions
@@ -55,11 +55,11 @@ msync(), Function
@subsection Open a Shared Memory Object
@example
-shm_open(), Function
+shm_open(), Function, Unimplemented
@end example
@subsection Remove a Shared Memory Object
@example
-shm_unlink(), Function
+shm_unlink(), Function, Unimplemented
@end example