summaryrefslogtreecommitdiff
path: root/gcc/ada/a-storio.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-storio.ads')
-rw-r--r--gcc/ada/a-storio.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-storio.ads b/gcc/ada/a-storio.ads
index 23e57c53abd..e5268c80399 100644
--- a/gcc/ada/a-storio.ads
+++ b/gcc/ada/a-storio.ads
@@ -34,9 +34,9 @@ package Ada.Storage_IO is
-- Input and Output Operations --
---------------------------------
- procedure Read (Buffer : in Buffer_Type; Item : out Element_Type);
+ procedure Read (Buffer : Buffer_Type; Item : out Element_Type);
- procedure Write (Buffer : out Buffer_Type; Item : in Element_Type);
+ procedure Write (Buffer : out Buffer_Type; Item : Element_Type);
----------------
-- Exceptions --