summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread03
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-08 08:26:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-08 08:26:13 +0000
commit4a2d1ea4acc5581ecf3da509469e29f4fd2f4a9a (patch)
treedc1b70b568bdc688bca92c178731ba5df2f16cbb /testsuites/psxtmtests/psxtmthread03
parent2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4a2d1ea4acc5581ecf3da509469e29f4fd2f4a9a.tar.bz2
2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread03')
-rw-r--r--testsuites/psxtmtests/psxtmthread03/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c
index 084650b664..55b21d16f0 100644
--- a/testsuites/psxtmtests/psxtmthread03/init.c
+++ b/testsuites/psxtmtests/psxtmthread03/init.c
@@ -21,7 +21,7 @@ void *Low(
void *argument
)
{
- long end_time;
+ uint32_t end_time;
/*
* Now we have finished the thread startup overhead,