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