summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 19:28:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-29 19:28:15 +0000
commitd835a35cbd6c33ca773f5a936ec2381a346ca0aa (patch)
treea3ed82c0980bcf6a32499c6143676931d66123b0 /c/src
parentfirst cut at pthread_create (diff)
downloadrtems-d835a35cbd6c33ca773f5a936ec2381a346ca0aa.tar.bz2
spacing
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/src/object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/src/object.c b/c/src/exec/score/src/object.c
index 4f672086fe..14c15a36c7 100644
--- a/c/src/exec/score/src/object.c
+++ b/c/src/exec/score/src/object.c
@@ -71,6 +71,7 @@ void _Objects_Handler_initialization(
* maximum - maximum objects of this class
* is_string - TRUE if names for this object are strings
* size - size of this object's control block
+ * is_thread - TRUE if this class is threads
*
* Output parameters: NONE
*/