Commit eda45984 by Doug Rupp Committed by Pierre-Marie de Rodat

[Ada] Refine documentation of Monotonic_Clock to reflect reality

2018-05-29  Doug Rupp  <rupp@adacore.com>

gcc/ada/

	* libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
	reflect reality.

From-SVN: r260863
parent d8eb4ac4
2018-05-29 Doug Rupp <rupp@adacore.com>
* libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
reflect reality.
2018-05-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> 2018-05-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First. * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
......
...@@ -340,9 +340,9 @@ package System.Task_Primitives.Operations is ...@@ -340,9 +340,9 @@ package System.Task_Primitives.Operations is
function Monotonic_Clock return Duration; function Monotonic_Clock return Duration;
pragma Inline (Monotonic_Clock); pragma Inline (Monotonic_Clock);
-- Returns "absolute" time, represented as an offset relative to "the -- Returns "absolute" time, represented as an offset relative to an
-- Epoch", which is Jan 1, 1970. This clock implementation is immune to -- unspecified Epoch. This clock implementation is immune to the
-- the system's clock changes. -- system's clock changes.
function RT_Resolution return Duration; function RT_Resolution return Duration;
pragma Inline (RT_Resolution); pragma Inline (RT_Resolution);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment