diff options
Diffstat (limited to 'gcc/ada/a-diroro.ads')
-rw-r--r-- | gcc/ada/a-diroro.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-diroro.ads b/gcc/ada/a-diroro.ads index 379d0430072..2cdaeb1f2b1 100644 --- a/gcc/ada/a-diroro.ads +++ b/gcc/ada/a-diroro.ads @@ -6,9 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2006, Free Software Foundation, Inc. -- --- -- --- This specification is adapted from the Ada Reference Manual for use with -- +-- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. In accordance with the copyright of that document, you can freely -- -- copy and modify this specification, provided that if you redistribute a -- -- modified version, any changes that you have made are clearly indicated. -- @@ -20,6 +18,8 @@ with Ada.Real_Time; package Ada.Dispatching.Round_Robin is + pragma Unimplemented_Unit; + Default_Quantum : constant Ada.Real_Time.Time_Span := Ada.Real_Time.Milliseconds (10); |