From 45bf44ba9acba066769bedf5657e13d7d66e152e Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 23 Nov 2004 01:06:18 +0000 Subject: '' --- pthread_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_join.c') diff --git a/pthread_join.c b/pthread_join.c index 603b89b..a6dc550 100644 --- a/pthread_join.c +++ b/pthread_join.c @@ -126,7 +126,7 @@ pthread_join (pthread_t thread, void **value_ptr) * thread struct). This option is similar to including a reuse counter with * the thread id but maintains the thread id as a simple pointer. * - * As at 27/08/2004, none of the above have been implemented. + * As at 03/11/2004, the reuse count option has been implemented. */ EnterCriticalSection (&ptw32_thread_reuse_lock); -- cgit v1.2.3