diff options
Diffstat (limited to 'tests/exit4.c')
-rw-r--r-- | tests/exit4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exit4.c b/tests/exit4.c index 1ceca4e..e8cd88a 100644 --- a/tests/exit4.c +++ b/tests/exit4.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. |