summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch15.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch15.t')
-rw-r--r--doc/posix1003.1/ch15.t25
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/posix1003.1/ch15.t b/doc/posix1003.1/ch15.t
index 297b4b2cf7..d5d586e9d1 100644
--- a/doc/posix1003.1/ch15.t
+++ b/doc/posix1003.1/ch15.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-1998.
+@c COPYRIGHT (c) 1988-1999.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -12,9 +12,12 @@
@subsection Data Structures
+NOTE: Semaphores are implemented but only unnamed semaphores
+are currently tested.
+
@example
-mqd_t, Type, Untested Implementation
-struct mq_attr, Type, Untested Implementation
+mqd_t, Type, Implemented
+struct mq_attr, Type, Implemented
@end example
@section Message Passing Functions
@@ -22,48 +25,48 @@ struct mq_attr, Type, Untested Implementation
@subsection Open a Message Queue
@example
-mq_open(), Function, Untested Implementation
+mq_open(), Function, Implemented
@end example
@subsection Close a Message Queue
@example
-mq_close(), Function, Untested Implementation
+mq_close(), Function, Implemented
@end example
@subsection Remove a Message Queue
@example
-mq_unlink(), Function, Untested Implementation
+mq_unlink(), Function, Implemented
@end example
@subsection Send a Message to a Message Queue
@example
-mq_send(), Function, Untested Implementation
+mq_send(), Function, Implemented
@end example
@subsection Receive a Message From a Message Queue
@example
-mq_receive(), Function, Untested Implementation
+mq_receive(), Function, Implemented
@end example
@subsection Notify Process That a Message is Available on a Queue
@example
-mq_notify(), Function, Untested Implementation
+mq_notify(), Function, Implemented
@end example
@subsection Set Message Queue Attributes
@example
-mq_setattr(), Function, Untested Implementation
+mq_setattr(), Function, Implemented
@end example
@subsection Get Message Queue Attributes
@example
-mq_getattr(), Function, Untested Implementation
+mq_getattr(), Function, Implemented
@end example