+2018-05-30 Bob Duff <duff@adacore.com>
+
+ * libgnat/g-sestin.ads: Rework documentation comments.
+
2018-05-30 Piotr Trojanek <trojanek@adacore.com>
* errout.adb, exp_aggr.adb, exp_ch7.adb, exp_util.adb, lib.adb,
------------------------------------------------------------------------------
-- This package provides facilities for obtaining information on secondary
--- stack usage.
+-- stack usage. See System.Secondary_Stack for documentation.
with System.Secondary_Stack;
function SS_Get_Max return Long_Long_Integer
renames System.Secondary_Stack.SS_Get_Max;
- -- Return maximum used space in storage units for the current secondary
- -- stack. For a dynamically allocated secondary stack, the returned
- -- result is always -1. For a statically allocated secondary stack,
- -- the returned value shows the largest amount of space allocated so
- -- far during execution of the program to the current secondary stack,
- -- i.e. the secondary stack for the current task.
end GNAT.Secondary_Stack_Info;