summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Task3.cc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-06 19:14:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-02-06 19:14:32 +0000
commitb5a555a7e1a29a8c1664663ccabd8773966d0dac (patch)
tree9a1104111a5ee0cb5b5aca0a735dfce484b8a2b1 /testsuites/libtests/rtems++/Task3.cc
parent2007-02-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b5a555a7e1a29a8c1664663ccabd8773966d0dac.tar.bz2
2007-02-06 Joel Sherrill <joel@OARcorp.com>
* rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing issues in message queue tests.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/rtems++/Task3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/rtems++/Task3.cc b/testsuites/libtests/rtems++/Task3.cc
index 9c94c59640..25ab22c586 100644
--- a/testsuites/libtests/rtems++/Task3.cc
+++ b/testsuites/libtests/rtems++/Task3.cc
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -44,7 +44,7 @@ void Task3::screen6()
{
char in[100];
char out[100];
- uint32_t size;
+ size_t size;
bool loopback = true;
while (loopback)