summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread16.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread16.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread16.c b/testsuites/psxtests/psxhdrs/pthread16.c
index ae60a6cc7a..5f70487c47 100644
--- a/testsuites/psxtests/psxhdrs/pthread16.c
+++ b/testsuites/psxtests/psxhdrs/pthread16.c
@@ -23,7 +23,7 @@ void test( void )
{
pthread_attr_t attr;
int inheritsched;
- int status;
+ int result;
- status = pthread_attr_getinheritsched( &attr, &inheritsched );
+ result = pthread_attr_getinheritsched( &attr, &inheritsched );
}