summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread10.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread10.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread10.c b/testsuites/psxtests/psxhdrs/pthread10.c
index 32396cff8e..88ab2a9eae 100644
--- a/testsuites/psxtests/psxhdrs/pthread10.c
+++ b/testsuites/psxtests/psxhdrs/pthread10.c
@@ -23,7 +23,7 @@ void test( void )
{
pthread_t id_1 = 0;
pthread_t id_2 = 0;
- int status;
+ int result;
- status = pthread_equal( id_1, id_2 );
+ result = pthread_equal( id_1, id_2 );
}