summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/pthread32.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/pthread32.c')
-rw-r--r--testsuites/psxtests/psxhdrs/pthread32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxhdrs/pthread32.c b/testsuites/psxtests/psxhdrs/pthread32.c
index 99cf78bc0f..ccc4f68757 100644
--- a/testsuites/psxtests/psxhdrs/pthread32.c
+++ b/testsuites/psxtests/psxhdrs/pthread32.c
@@ -27,6 +27,7 @@ void cleanup_routine(
void *argument
)
{
+ (void) argument;
}
void test( void )
@@ -36,4 +37,5 @@ void test( void )
argument = 0;
pthread_cleanup_push( cleanup_routine, &argument );
+ pthread_cleanup_pop( 1 );
}