summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmutex01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmmutex01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmmutex01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmmutex01/init.c b/testsuites/psxtmtests/psxtmmutex01/init.c
index 5c8baf039e..efec788633 100644
--- a/testsuites/psxtmtests/psxtmmutex01/init.c
+++ b/testsuites/psxtmtests/psxtmmutex01/init.c
@@ -21,7 +21,7 @@
pthread_mutex_t MutexId;
-void test_mutex_create(void)
+static void test_mutex_create(void)
{
benchmark_timer_t end_time;
int status;
@@ -40,7 +40,7 @@ void test_mutex_create(void)
);
}
-void test_mutex_destroy(void)
+static void test_mutex_destroy(void)
{
benchmark_timer_t end_time;
int status;