summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread06.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread06.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread06.c b/testsuites/psxtests/psxhdrs/pthread06.c
index bbcc6a0de3..3bb0ed98ed 100644
--- a/testsuites/psxtests/psxhdrs/pthread06.c
+++ b/testsuites/psxtests/psxhdrs/pthread06.c
@@ -25,9 +25,9 @@
void test( void )
{
- int result;
pthread_attr_t attribute;
size_t size;
+ int result;
result = pthread_attr_getstacksize( &attribute, &size );
}