summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index edb9a4c370..eb52c23dc3 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/init.c
@@ -20,7 +20,7 @@
pthread_barrier_t barrier;
-void benchmark_pthread_barrier_init(void)
+static void benchmark_pthread_barrier_init(void)
{
benchmark_timer_t end_time;
int status;
@@ -46,7 +46,7 @@ void benchmark_pthread_barrier_init(void)
);
}
-void benchmark_pthread_barrier_destroy(void)
+static void benchmark_pthread_barrier_destroy(void)
{
benchmark_timer_t end_time;
int status;