From bc96f3b4b889891cb685c4bbcaf12166ca08331c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jan 2018 09:53:06 +0100 Subject: ada: Introduce RTEMS.Size type Some time ago the Classic API object size related parameters were changed to use size_t. Reflect this in the Ada bindings. Update #3082. --- cpukit/include/adainclude/rtems-tasks.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/include/adainclude/rtems-tasks.adb') diff --git a/cpukit/include/adainclude/rtems-tasks.adb b/cpukit/include/adainclude/rtems-tasks.adb index 1fc7fcdd1e..bc34af681b 100644 --- a/cpukit/include/adainclude/rtems-tasks.adb +++ b/cpukit/include/adainclude/rtems-tasks.adb @@ -27,7 +27,7 @@ package body RTEMS.Tasks is procedure Create (Name : in RTEMS.Name; Initial_Priority : in Priority; - Stack_Size : in RTEMS.Unsigned32; + Stack_Size : in RTEMS.Size; Initial_Modes : in RTEMS.Mode; Attribute_Set : in RTEMS.Attribute; ID : out RTEMS.ID; @@ -36,7 +36,7 @@ package body RTEMS.Tasks is function Create_Base (Name : RTEMS.Name; Initial_Priority : Priority; - Stack_Size : RTEMS.Unsigned32; + Stack_Size : RTEMS.Size; Initial_Modes : RTEMS.Mode; Attribute_Set : RTEMS.Attribute; ID : access RTEMS.ID) -- cgit v1.2.3