diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 21:52:56 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-10-23 21:52:56 (GMT) |
| commit | 0ca6fad45b344aed65ff6550d31026424c5cab14 (patch) | |
| tree | 973de2353dec691c31f3af550684f7ddccdf6c12 /unix/tclLoadShl.c | |
| parent | c2c4c5d978f57000902860239c5037344efb5867 (diff) | |
| parent | bb07461520f0abf92011983c49802ec018b9578e (diff) | |
| download | tcl-0ca6fad45b344aed65ff6550d31026424c5cab14.zip tcl-0ca6fad45b344aed65ff6550d31026424c5cab14.tar.gz tcl-0ca6fad45b344aed65ff6550d31026424c5cab14.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclLoadShl.c')
| -rw-r--r-- | unix/tclLoadShl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclLoadShl.c b/unix/tclLoadShl.c index 7b80bcc..f73c164 100644 --- a/unix/tclLoadShl.c +++ b/unix/tclLoadShl.c @@ -57,10 +57,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) { shl_t handle; Tcl_LoadHandle newHandle; |
