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.
This commit is contained in:
Sebastian Huber
2018-01-23 09:53:06 +01:00
parent d8de6b9dbe
commit bc96f3b4b8
27 changed files with 99 additions and 85 deletions

View File

@@ -181,7 +181,7 @@ package Test_Support is
--
function Work_Space_Size
return RTEMS.Unsigned32;
return RTEMS.Size;
--
-- Return an indication of whether multiprocessing is configured