From a39dab139b7c301ffd5a5592c292123c54e686cd Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 6 Mar 2011 15:01:05 +0000 Subject: More 64 bit cast fixups --- tests/exception1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exception1.c') diff --git a/tests/exception1.c b/tests/exception1.c index a18e078..62a5a63 100644 --- a/tests/exception1.c +++ b/tests/exception1.c @@ -235,7 +235,7 @@ main() failed = (failed || fail); /* Exceptioned thread */ - assert(pthread_join(et[i], (void *) &result) == 0); + assert(pthread_join(et[i], &result) == 0); assert(!(fail = (result != (void*)((int)(size_t)PTHREAD_CANCELED + 2)))); failed = (failed || fail); -- cgit v1.2.3