summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch12.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch12.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch12.t')
-rw-r--r--doc/posix1003.1/ch12.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch12.t b/doc/posix1003.1/ch12.t
index c4327a60f1..aa5c12d809 100644
--- a/doc/posix1003.1/ch12.t
+++ b/doc/posix1003.1/ch12.t
@@ -15,6 +15,8 @@
@example
mlockall(), Function, Unimplemented
munlockall(), Function, Unimplemented
+MCL_CURRENT, Constant,
+MCL_FUTURE, Constant,
@end example
@subsection Lock/Unlock a Rand of Process Address Space
@@ -30,6 +32,13 @@ munlock(), Function, Unimplemented
@example
mmap(), Function, Unimplemented
+PROT_READ, Constant,
+PROT_WRITE, Constant,
+PROT_EXEC, Constant,
+PROT_NONE, Constant,
+MAP_SHARED, Constant,
+MAP_PRIVATE, Constant,
+MAP_FIXED, Constant,
@end example
@subsection Unmap Previously Mapped Addresses
@@ -48,6 +57,9 @@ mprotect(), Function, Unimplemented
@example
msync(), Function, Unimplemented, Unimplemented
+MS_ASYNC, Constant,
+MS_SYNC, Constant,
+MS_INVALIDATE, Constant,
@end example
@section Shared Memory Functions