summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclLoadShl.c')
-rw-r--r--unix/tclLoadShl.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c
index 4be3d7b..7d3e4d7 100644
--- a/unix/tclLoadShl.c
+++ b/unix/tclLoadShl.c
@@ -216,6 +216,28 @@ TclGuessPackageName(
}
/*
+ *----------------------------------------------------------------------
+ *
+ * TclpFinalizeLoad --
+ *
+ * On process termination, cleanup and finally remove the
+ * directory used for temporary copies of DLLs.
+ *
+ * Results:
+ * None.
+ *
+ * Side-effects:
+ * None.
+ *
+ *----------------------------------------------------------------------
+ */
+
+void
+TclpFinalizeLoad(void)
+{
+}
+
+/*
* Local Variables:
* mode: c
* c-basic-offset: 4