summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada/rtems.ads')
-rw-r--r--c/src/ada/rtems.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/ada/rtems.ads b/c/src/ada/rtems.ads
index 2e554b9860..cd094e2bcf 100644
--- a/c/src/ada/rtems.ads
+++ b/c/src/ada/rtems.ads
@@ -973,7 +973,7 @@ pragma Elaborate_Body (RTEMS);
Buffer : in RTEMS.Address;
Option_Set : in RTEMS.Option;
Timeout : in RTEMS.Interval;
- Size : out RTEMS.Unsigned32;
+ Size : in out RTEMS.Unsigned32;
Result : out RTEMS.Status_Codes
);