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/exit4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exit4.c') 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. -- cgit v1.2.3