summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread04.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread04.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread04.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread04.c b/testsuites/psxtests/psxhdrs/pthread04.c
index 8880b457bc..7ae9f7f630 100644
--- a/testsuites/psxtests/psxhdrs/pthread04.c
+++ b/testsuites/psxtests/psxhdrs/pthread04.c
@@ -21,9 +21,9 @@
void test( void )
{
- int result;
pthread_attr_t attribute;
int state;
+ int result;
result = pthread_attr_getdetachstate( &attribute, &state );
}