summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp13/task1.c')
-rw-r--r--testsuites/sptests/sp13/task1.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/sptests/sp13/task1.c b/testsuites/sptests/sp13/task1.c
index 61554c526e..e10452377a 100644
--- a/testsuites/sptests/sp13/task1.c
+++ b/testsuites/sptests/sp13/task1.c
@@ -29,7 +29,7 @@ long buffer[ 4 ];
void dope_buffer(unsigned char *buff,
int buff_size,
- unsigned32 v)
+ uint32_t v)
{
int i;
unsigned char ch;
@@ -49,11 +49,11 @@ rtems_task Task_1(
)
{
rtems_id qid;
- rtems_unsigned32 index;
- rtems_unsigned32 count;
+ uint32_t index;
+ uint32_t count;
rtems_status_code status;
- rtems_unsigned32 size;
- rtems_unsigned32 queue_size;
+ uint32_t size;
+ uint32_t queue_size;
char *cp;
status = rtems_message_queue_ident(