summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/snd_mbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/snd_mbx.c')
-rw-r--r--cpukit/itron/src/snd_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c
index 31cc35ab83..936d532906 100644
--- a/cpukit/itron/src/snd_mbx.c
+++ b/cpukit/itron/src/snd_mbx.c
@@ -31,7 +31,7 @@ ER snd_msg(
{
register ITRON_Mailbox_Control *the_mailbox;
Objects_Locations location;
- unsigned32 message_priority;
+ uint32_t message_priority;
void *message_contents;
CORE_message_queue_Status msg_status;