summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch15.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/ch15.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/ch15.t')
-rw-r--r--doc/posix1003.1/ch15.t21
1 files changed, 13 insertions, 8 deletions
diff --git a/doc/posix1003.1/ch15.t b/doc/posix1003.1/ch15.t
index 4b632fbb28..21d504596c 100644
--- a/doc/posix1003.1/ch15.t
+++ b/doc/posix1003.1/ch15.t
@@ -12,53 +12,58 @@
@subsection Data Structures
+@example
+mqd_t, Type, Untested Implementation
+mq_attr, Type, Untested Implementation
+@end example
+
@section Message Passing Functions
@subsection Open a Message Queue
@example
-mq_open(), Function
+mq_open(), Function, Untested Implementation
@end example
@subsection Close a Message Queue
@example
-mq_close(), Function
+mq_close(), Function, Untested Implementation
@end example
@subsection Remove a Message Queue
@example
-mq_unlink
+mq_unlink, Function, Untested Implementation
@end example
@subsection Send a Message to a Message Queue
@example
-mq_send(), Function
+mq_send(), Function, Untested Implementation
@end example
@subsection Receive a Message From a Message Queue
@example
-mq_receive(), Function
+mq_receive(), Function, Untested Implementation
@end example
@subsection Notify Process That a Message is Available on a Queue
@example
-mq_notify(), Function
+mq_notify(), Function, Untested Implementation
@end example
@subsection Set Message Queue Attributes
@example
-mq_setattr(), Function
+mq_setattr(), Function, Untested Implementation
@end example
@subsection Get Message Queue Attributes
@example
-mq_getattr(), Function
+mq_getattr(), Function, Untested Implementation
@end example