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/cancel7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cancel7.c') diff --git a/tests/cancel7.c b/tests/cancel7.c index 9fb2e61..fde8dab 100644 --- a/tests/cancel7.c +++ b/tests/cancel7.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