diff options
Diffstat (limited to 'gcc/ada/a-siocst.ads')
-rw-r--r-- | gcc/ada/a-siocst.ads | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/a-siocst.ads b/gcc/ada/a-siocst.ads index bd1a9601f7b..ab8fe13f21d 100644 --- a/gcc/ada/a-siocst.ads +++ b/gcc/ada/a-siocst.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -47,9 +47,10 @@ package Ada.Sequential_IO.C_Streams is procedure Open (File : in out File_Type; - Mode : in File_Mode; - C_Stream : in ICS.FILEs; - Form : in String := ""); + Mode : File_Mode; + C_Stream : ICS.FILEs; + Form : String := ""; + Name : String := ""); -- Create new file from existing stream end Ada.Sequential_IO.C_Streams; |