summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread18.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/pthread18.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread18.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/pthread18.c b/c/src/tests/psxtests/psxhdrs/pthread18.c
index c5862903d5..75e5b24122 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread18.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread18.c
@@ -23,7 +23,7 @@ void test( void )
{
pthread_attr_t attr;
int policy;
- int status;
+ int result;
- status = pthread_attr_getschedpolicy( &attr, &policy );
+ result = pthread_attr_getschedpolicy( &attr, &policy );
}