summaryrefslogtreecommitdiff
path: root/testsuites/psxtmtests/psxtmonce01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmonce01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmonce01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmonce01/init.c b/testsuites/psxtmtests/psxtmonce01/init.c
index e68ccaa03b..2d6824e5c1 100644
--- a/testsuites/psxtmtests/psxtmonce01/init.c
+++ b/testsuites/psxtmtests/psxtmonce01/init.c
@@ -45,8 +45,8 @@ static void initRoutine(void)
static void benchmark_first_time(void)
{
- long end_time;
- int status;
+ benchmark_timer_t end_time;
+ int status;
benchmark_timer_initialize();
status = pthread_once( &once_control, initRoutine );