aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-stratt.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-stratt.ads')
-rw-r--r--gcc/ada/libgnat/s-stratt.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/libgnat/s-stratt.ads b/gcc/ada/libgnat/s-stratt.ads
index 87f1357..9f27f5a 100644
--- a/gcc/ada/libgnat/s-stratt.ads
+++ b/gcc/ada/libgnat/s-stratt.ads
@@ -171,6 +171,8 @@ package System.Stream_Attributes is
procedure W_WC (Stream : not null access RST; Item : Wide_Character);
procedure W_WWC (Stream : not null access RST; Item : Wide_Wide_Character);
+ procedure W_80IEEE (Stream : not null access RST; Item : Long_Long_Float);
+
function Block_IO_OK return Boolean;
-- Indicate whether the current setting supports block IO. See
-- System.Strings.Stream_Ops (s-ststop) for details on block IO.