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-timer.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/adainclude/rtems-timer.ads') diff --git a/cpukit/include/adainclude/rtems-timer.ads b/cpukit/include/adainclude/rtems-timer.ads index a6d1f9b0f8..de00c3f305 100644 --- a/cpukit/include/adainclude/rtems-timer.ads +++ b/cpukit/include/adainclude/rtems-timer.ads @@ -98,7 +98,7 @@ package RTEMS.Timer is procedure Initiate_Server ( Server_Priority : in RTEMS.Tasks.Priority; - Stack_Size : in Unsigned32; + Stack_Size : in RTEMS.Size; Attribute_Set : in RTEMS.Attribute; Result : out RTEMS.Status_Codes ); -- cgit v1.2.3