unified: Mailboxes to use size_t

Change-Id: I67c1b11d2b6c09e96eb72c3e16f67f5b5acbed3a
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2016-10-14 12:59:37 -04:00 committed by Benjamin Walsh
commit d93078cb5b

View file

@ -850,7 +850,7 @@ struct k_mbox_msg {
/** internal use only - needed for legacy API support */
uint32_t _mailbox;
/** size of message (in bytes) */
uint32_t size;
size_t size;
/** application-defined information value */
uint32_t info;
/** sender's message data buffer */