From 36e1b8204fa6f92fec7cc9c9740a18adfb907bf3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Dec 2018 15:23:58 -0600 Subject: psxtmcleanup01/init.c: Fix warnings --- testsuites/psxtmtests/psxtmcleanup01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtmtests') diff --git a/testsuites/psxtmtests/psxtmcleanup01/init.c b/testsuites/psxtmtests/psxtmcleanup01/init.c index 9060ab8d3f..3fafd7f8d4 100644 --- a/testsuites/psxtmtests/psxtmcleanup01/init.c +++ b/testsuites/psxtmtests/psxtmcleanup01/init.c @@ -35,7 +35,7 @@ static void routine(void *arg) { } -void benchmark_pthread_cleanup_push_pull(void) +static void benchmark_pthread_cleanup_push_pull(void) { long end_time; int execute = 1; -- cgit v1.2.3