From 32e101ba3a0d46648c7b2ddbf356d496f19ae1ba Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Feb 2007 15:35:36 +0000 Subject: Use size_t for sizes. --- cpukit/score/src/coremsgsubmit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/coremsgsubmit.c') diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c index 020c68533d..a1ac6d5b87 100644 --- a/cpukit/score/src/coremsgsubmit.c +++ b/cpukit/score/src/coremsgsubmit.c @@ -60,7 +60,7 @@ CORE_message_queue_Status _CORE_message_queue_Submit( CORE_message_queue_Control *the_message_queue, void *buffer, - uint32_t size, + size_t size, Objects_Id id, CORE_message_queue_API_mp_support_callout api_message_queue_mp_support, CORE_message_queue_Submit_types submit_type, -- cgit v1.2.3