summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmkey01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmkey01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmkey01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmkey01/init.c b/testsuites/psxtmtests/psxtmkey01/init.c
index 98c254f2b3..2de58ba9e3 100644
--- a/testsuites/psxtmtests/psxtmkey01/init.c
+++ b/testsuites/psxtmtests/psxtmkey01/init.c
@@ -21,7 +21,7 @@
pthread_key_t Key;
-void benchmark_pthread_key_create(void)
+static void benchmark_pthread_key_create(void)
{
benchmark_timer_t end_time;
int status;
@@ -41,7 +41,7 @@ void benchmark_pthread_key_create(void)
}
-void benchmark_pthread_key_delete(void)
+static void benchmark_pthread_key_delete(void)
{
benchmark_timer_t end_time;
int status;