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