summaryrefslogtreecommitdiff
path: root/tests/cancel7.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cancel7.c')
-rw-r--r--tests/cancel7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel7.c b/tests/cancel7.c
index 9fb2e61..fde8dab 100644
--- a/tests/cancel7.c
+++ b/tests/cancel7.c
@@ -63,7 +63,7 @@
*
* Assumptions:
* - have working pthread_create, pthread_self, pthread_mutex_lock/unlock
- * pthread_testcancel, pthread_cancel, pthread_join
+ * pthread_testcancel, pthread_cancel
*
* Pass Criteria:
* - Process returns zero exit status.