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