summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-10-24 09:52:50 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-10-24 09:52:50 (GMT)
commitf713ef5c71b8ae5249b2965c0a9a0aa4b060d783 (patch)
treecb385a8e13cf43627827d3ad611656503781a145 /unix/tclLoadDl.c
parente8e932809a18da9a31dd3fe4afbc2636dbfa1e63 (diff)
parentf9700b7d4c5d1212c70e2d1c02053653cfe56365 (diff)
downloadtcl-f713ef5c71b8ae5249b2965c0a9a0aa4b060d783.zip
tcl-f713ef5c71b8ae5249b2965c0a9a0aa4b060d783.tar.gz
tcl-f713ef5c71b8ae5249b2965c0a9a0aa4b060d783.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclLoadDl.c')
-rw-r--r--unix/tclLoadDl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclLoadDl.c b/unix/tclLoadDl.c
index a48aa23..9ff7657 100644
--- a/unix/tclLoadDl.c
+++ b/unix/tclLoadDl.c
@@ -66,10 +66,11 @@ TclpDlopen(
Tcl_LoadHandle *loadHandle, /* Filled with token for dynamically loaded
* file which will be passed back to
* (*unloadProcPtr)() to unload the file. */
- Tcl_FSUnloadFileProc **unloadProcPtr)
+ Tcl_FSUnloadFileProc **unloadProcPtr,
/* Filled with address of Tcl_FSUnloadFileProc
* function which should be used for this
* file. */
+ int flags)
{
void *handle;
Tcl_LoadHandle newHandle;