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