summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch17.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/ch17.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/ch17.t')
-rw-r--r--doc/posix1003.1/ch17.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix1003.1/ch17.t b/doc/posix1003.1/ch17.t
index 9e67e727a5..f58ba18520 100644
--- a/doc/posix1003.1/ch17.t
+++ b/doc/posix1003.1/ch17.t
@@ -13,19 +13,19 @@
@subsection Thread-Specific Data Key Creation
@example
-pthread_key_create(), Function
+pthread_key_create(), Function, Implemented
@end example
@subsection Thread-Specific Data Management
@example
-pthread_key_setspecific(), Function
-pthread_key_getspecific(), Function
+pthread_key_setspecific(), Function, Implemented
+pthread_key_getspecific(), Function, Implemented
@end example
@subsection Thread-Specific Data Key Deletion
@example
-pthread_key_delete(), Function
+pthread_key_delete(), Function, Implemented
@end example