summaryrefslogtreecommitdiffstats
path: root/cpukit/include/adainclude/rtems-timer.adb
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-23 09:53:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-29 06:58:28 +0100
commitbc96f3b4b889891cb685c4bbcaf12166ca08331c (patch)
treef83b796d2dcc1bfbad1501d8e40a3c4277695e86 /cpukit/include/adainclude/rtems-timer.adb
parentada: Fix RTEMS.Time_t (diff)
downloadrtems-bc96f3b4b889891cb685c4bbcaf12166ca08331c.tar.bz2
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.
Diffstat (limited to 'cpukit/include/adainclude/rtems-timer.adb')
-rw-r--r--cpukit/include/adainclude/rtems-timer.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/adainclude/rtems-timer.adb b/cpukit/include/adainclude/rtems-timer.adb
index 706b07cb4f..c6f115d863 100644
--- a/cpukit/include/adainclude/rtems-timer.adb
+++ b/cpukit/include/adainclude/rtems-timer.adb
@@ -184,13 +184,13 @@ package body RTEMS.Timer is
procedure Initiate_Server
(Server_Priority : in RTEMS.Tasks.Priority;
- Stack_Size : in RTEMS.Unsigned32;
+ Stack_Size : in RTEMS.Size;
Attribute_Set : in RTEMS.Attribute;
Result : out RTEMS.Status_Codes)
is
function Initiate_Server_Base
(Server_Priority : RTEMS.Tasks.Priority;
- Stack_Size : RTEMS.Unsigned32;
+ Stack_Size : RTEMS.Size;
Attribute_Set : RTEMS.Attribute)
return RTEMS.Status_Codes;
pragma Import