aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-04 03:57:42 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-04 13:39:08 +0200
commit2223b28208687b1c6e969907365b2dbb34d6677d (patch)
treea95aabf96c27284acf10451fca5d9cd45ddc14a9 /src/grt/grt-processes.adb
parentf32435e68c434138e84af286ec8206ebd42c238d (diff)
downloadghdl-2223b28208687b1c6e969907365b2dbb34d6677d.tar.gz
ghdl-2223b28208687b1c6e969907365b2dbb34d6677d.tar.bz2
ghdl-2223b28208687b1c6e969907365b2dbb34d6677d.zip
grt: do not export disp_process_name.
Diffstat (limited to 'src/grt/grt-processes.adb')
-rw-r--r--src/grt/grt-processes.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-processes.adb b/src/grt/grt-processes.adb
index f19d9bfa2..c10c0ac95 100644
--- a/src/grt/grt-processes.adb
+++ b/src/grt/grt-processes.adb
@@ -40,6 +40,7 @@ with Grt.Disp_Signals;
with Grt.Stats;
with Grt.Threads; use Grt.Threads;
pragma Elaborate_All (Grt.Table);
+with Grt.Stdio;
package body Grt.Processes is
Last_Time : constant Std_Time := Std_Time'Last;