diff options
Diffstat (limited to 'gcc/ada/g-socket.ads')
-rw-r--r-- | gcc/ada/g-socket.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/g-socket.ads b/gcc/ada/g-socket.ads index c218b924ab0..0ac9889dd5b 100644 --- a/gcc/ada/g-socket.ads +++ b/gcc/ada/g-socket.ads @@ -435,8 +435,9 @@ package GNAT.Sockets is Timeval_Forever : constant := 1.0 * SOSC.MAX_tv_sec; Forever : constant Duration := Duration'Min (Duration'Last, Timeval_Forever); - subtype Timeval_Duration is Duration range Immediate .. Forever; + -- These needs commenting, in particular we should explain what these is + -- used for, and how the Timeval_Forever value is chosen (see r176463) ??? subtype Selector_Duration is Timeval_Duration; -- Timeout value for selector operations |