From 0cb7cb9e7c75c2e660f6ab8f43995cdcd9471a14 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Nov 1999 16:10:39 +0000 Subject: Added comments. --- cpukit/score/src/threadclose.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/score/src/threadclose.c') diff --git a/cpukit/score/src/threadclose.c b/cpukit/score/src/threadclose.c index a0f6009ba4..79f78827db 100644 --- a/cpukit/score/src/threadclose.c +++ b/cpukit/score/src/threadclose.c @@ -32,7 +32,9 @@ * * DESCRIPTION: * - * XXX + * This routine frees all memory associated with the specified + * thread and removes it from the local object table so no further + * operations on this thread are allowed. */ void _Thread_Close( -- cgit v1.2.3