summaryrefslogtreecommitdiff
path: root/pthread_join.c
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-23 01:06:18 +0000
committerrpj <rpj>2004-11-23 01:06:18 +0000
commit45bf44ba9acba066769bedf5657e13d7d66e152e (patch)
treef8a9b4f133cde15a238add93be4dcf7e5d2f62f4 /pthread_join.c
parent91f42a2d730786fba0675fd39379ac2216b95d08 (diff)
''
Diffstat (limited to 'pthread_join.c')
-rw-r--r--pthread_join.c2
1 files changed, 1 insertions, 1 deletions
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);