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/exception2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exception2.c') diff --git a/tests/exception2.c b/tests/exception2.c index 5c18568..222d305 100644 --- a/tests/exception2.c +++ b/tests/exception2.c @@ -62,7 +62,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