summaryrefslogtreecommitdiff
path: root/tests/cancel8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cancel8.c')
-rw-r--r--tests/cancel8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel8.c b/tests/cancel8.c
index 69eafe9..72b9287 100644
--- a/tests/cancel8.c
+++ b/tests/cancel8.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.