From 951895c3aa196e90d4a5ecefe337d8773b8d33b7 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 17 Aug 2000 10:10:52 +0000 Subject: 2000-08-17 Ross Johnson * tsd.c (pthread_create_key): Initialise temporary key before returning it's address to avoid race conditions. --- tests/join1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/join1.c') diff --git a/tests/join1.c b/tests/join1.c index 8cc80e5..d74e0c4 100644 --- a/tests/join1.c +++ b/tests/join1.c @@ -1,7 +1,7 @@ /* * Test for pthread_join(). * - * Depends on API functions: pthread_create(), pthread_exit(). + * Depends on API functions: pthread_create(), pthread_join(), pthread_exit(). */ #include "test.h" -- cgit v1.2.3