summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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')
-rw-r--r--testsuites/psxtmtests/ChangeLog4
-rw-r--r--testsuites/psxtmtests/psxtmmutex02/init.c2
-rw-r--r--testsuites/psxtmtests/psxtmthread03/init.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 1b04b3ebf2..dcfbb7c802 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t.
+
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
diff --git a/testsuites/psxtmtests/psxtmmutex02/init.c b/testsuites/psxtmtests/psxtmmutex02/init.c
index d505757be8..c0554eec4b 100644
--- a/testsuites/psxtmtests/psxtmmutex02/init.c
+++ b/testsuites/psxtmtests/psxtmmutex02/init.c
@@ -23,7 +23,7 @@ void *Low(
void *argument
)
{
- long end_time;
+ uint32_t end_time;
/*
* Now we have finished the thread startup overhead,
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,