psxtmcleanup01/init.c: Fix warnings

This commit is contained in:
Joel Sherrill
2018-12-05 15:23:58 -06:00
parent 70966985cb
commit 36e1b8204f

View File

@@ -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;