From 85dfeaf6133e1b74eefed26cf76c3f8631c7dd1d Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 5 Mar 2011 07:21:12 +0000 Subject: Rework pthread_join result arg casting --- tests/exit5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exit5.c') 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. -- cgit v1.2.3