summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDl.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 21:52:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 21:52:56 (GMT)
commit8a9731657e52f912897ffb4f421a12303661730d (patch)
tree973de2353dec691c31f3af550684f7ddccdf6c12 /unix/tclLoadDl.c
parent0af0c0e973df3498747c2843c739fb4735a03231 (diff)
parent966e9c347748c8454fe01e5bc14dcd705d8c7285 (diff)
downloadtcl-8a9731657e52f912897ffb4f421a12303661730d.zip
tcl-8a9731657e52f912897ffb4f421a12303661730d.tar.gz
tcl-8a9731657e52f912897ffb4f421a12303661730d.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;