summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxhdrs/pthread01.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psxhdrs/pthread01.c')
-rw-r--r--c/src/tests/psxtests/psxhdrs/pthread01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/pthread01.c b/c/src/tests/psxtests/psxhdrs/pthread01.c
index 16b450ca1a..b8507416b4 100644
--- a/c/src/tests/psxtests/psxhdrs/pthread01.c
+++ b/c/src/tests/psxtests/psxhdrs/pthread01.c
@@ -21,8 +21,8 @@
void test( void )
{
- int result;
pthread_attr_t attribute;
+ int result;
result = pthread_attr_init( &attribute );
}