From 02bfc5682e6ae08275802375736e085d4e9ad753 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 19:31:54 +0000 Subject: cleanup status vs. result --- c/src/tests/psxtests/psxhdrs/pthread26.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/tests/psxtests/psxhdrs/pthread26.c') diff --git a/c/src/tests/psxtests/psxhdrs/pthread26.c b/c/src/tests/psxtests/psxhdrs/pthread26.c index 2c79f566a4..91955bc771 100644 --- a/c/src/tests/psxtests/psxhdrs/pthread26.c +++ b/c/src/tests/psxtests/psxhdrs/pthread26.c @@ -23,9 +23,9 @@ void test( void ) { pthread_t thread; void *value_ptr; - int status; + int result; thread = 0; - status = pthread_join( thread, &value_ptr ); + result = pthread_join( thread, &value_ptr ); } -- cgit v1.2.3