forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user