diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 15:39:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-07 15:39:37 (GMT) |
| commit | d6d77a73bef59053e103b7d28390ade0e651a8cc (patch) | |
| tree | 2b5525e94553d4e1348506e2c741cf863d9e8fcb /unix/tclLoadDl.c | |
| parent | 9348f2301275b473b59425310f3ac4beb7e545c0 (diff) | |
| parent | 22c56e716cf046ee48897490b5b2264d8c9cb328 (diff) | |
| download | tcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.zip tcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.tar.gz tcl-d6d77a73bef59053e103b7d28390ade0e651a8cc.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclLoadDl.c')
| -rw-r--r-- | unix/tclLoadDl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c index 4f63ab3..052aa07 100644 --- a/unix/tclLoadDl.c +++ b/unix/tclLoadDl.c @@ -235,15 +235,14 @@ FindSymbol( * * UnloadFile -- * - * Unloads a dynamically loaded binary code file from memory. Code - * pointers in the formerly loaded file are no longer valid after calling - * this function. + * Unloads a dynamic shared object, after which all pointers to functions + * in the formerly-loaded object are no longer valid. * * Results: * None. * * Side effects: - * Code removed from memory. + * Memory for the loaded object is deallocated. * *---------------------------------------------------------------------- */ |
