diff options
Diffstat (limited to 'tests/join1.c')
-rw-r--r-- | tests/join1.c | 2 |
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" |