summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcleanup01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-28 14:16:39 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-28 14:17:39 +0100
commit4f3a2532a39b55e13f73bc3b1e2508a3fda1d6f1 (patch)
tree5e6d3af70cad22d0c6f229629fa10617f48f8d4e /testsuites/psxtmtests/psxtmcleanup01
parentbsps/powerpc: Fix warnings (diff)
downloadrtems-4f3a2532a39b55e13f73bc3b1e2508a3fda1d6f1.tar.bz2
psxtmtests: Fix format warnings
Update #3384.
Diffstat (limited to 'testsuites/psxtmtests/psxtmcleanup01')
-rw-r--r--testsuites/psxtmtests/psxtmcleanup01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmcleanup01/init.c b/testsuites/psxtmtests/psxtmcleanup01/init.c
index 2e704be551..0bca307a62 100644
--- a/testsuites/psxtmtests/psxtmcleanup01/init.c
+++ b/testsuites/psxtmtests/psxtmcleanup01/init.c
@@ -48,7 +48,7 @@ static void routine(void *arg)
static void benchmark_pthread_cleanup_push_pull(void)
{
- long end_time;
+ benchmark_timer_t end_time;
int execute = 1;
status = 0;