summaryrefslogtreecommitdiff
path: root/tests/join1.c
diff options
context:
space:
mode:
authorrpj <rpj>2000-08-17 10:10:52 +0000
committerrpj <rpj>2000-08-17 10:10:52 +0000
commit951895c3aa196e90d4a5ecefe337d8773b8d33b7 (patch)
tree5a28b0b5aed60f301410a10ab62778f591cab474 /tests/join1.c
parentb05acba4bad2d8d55f6f4ce3a952b60baf43ab80 (diff)
2000-08-17 Ross Johnson <rpj@special.ise.canberra.edu.au>
* tsd.c (pthread_create_key): Initialise temporary key before returning it's address to avoid race conditions.
Diffstat (limited to 'tests/join1.c')
-rw-r--r--tests/join1.c2
1 files changed, 1 insertions, 1 deletions
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"