summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 23:17:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 23:17:28 +0000
commit0442eed68c7f7383f35dbb2b98af867402a048cf (patch)
tree56f5bd23f854bfd45d184169bac14d1d0a93229b /c/src/ada/rtems.ads
parent2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0442eed68c7f7383f35dbb2b98af867402a048cf.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems.adb, rtems.ads: Fix prototype.
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
);