summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread04.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/pthread04.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread04.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/pthread04.c b/c/src/tests/psxtests/psxhdrs/pthread04.c
index 8880b457bc..7ae9f7f630 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread04.c
+++ b/c/src/tests/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 );
}