summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-12-05 15:23:58 -0600
committerJoel Sherrill <joel@rtems.org>2018-12-05 15:23:58 -0600
commit36e1b8204fa6f92fec7cc9c9740a18adfb907bf3 (patch)
treec06a32de07eb2067b454bb058d4de3c1c2b80272 /testsuites/psxtmtests
parentpsxhdrs/strings/strncasecmp_l.c: Fix warning (diff)
downloadrtems-36e1b8204fa6f92fec7cc9c9740a18adfb907bf3.tar.bz2
psxtmcleanup01/init.c: Fix warnings
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmcleanup01/init.c2
1 files changed, 1 insertions, 1 deletions
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;