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 418f35bcec..5c8baf039e 100644
--- a/testsuites/psxtmtests/psxtmmutex01/init.c
+++ b/testsuites/psxtmtests/psxtmmutex01/init.c
@@ -23,7 +23,7 @@ pthread_mutex_t MutexId;
void test_mutex_create(void)
{
- long end_time;
+ benchmark_timer_t end_time;
int status;
benchmark_timer_initialize();
@@ -42,7 +42,7 @@ void test_mutex_create(void)
void test_mutex_destroy(void)
{
- long end_time;
+ benchmark_timer_t end_time;
int status;
benchmark_timer_initialize();