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