diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2004-06-24 01:29:02 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2004-06-24 01:29:02 (GMT) |
commit | 29cd385014b7d98f9e1209da72adade7679e3cf2 (patch) | |
tree | 0b6812d3b041207d523101080164445b27a293f1 /generic/tclStubInit.c | |
parent | bef0b360b4ebda09db57f196d096f72baf469670 (diff) | |
download | tcl-29cd385014b7d98f9e1209da72adade7679e3cf2.zip tcl-29cd385014b7d98f9e1209da72adade7679e3cf2.tar.gz tcl-29cd385014b7d98f9e1209da72adade7679e3cf2.tar.bz2 |
Version 5 of [Patch 976496]
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index a4c32df..259e4ad 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.98 2004/06/07 16:48:45 dgp Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.99 2004/06/24 01:29:03 mistachkin Exp $ */ #include "tclInt.h" @@ -268,6 +268,19 @@ TclIntStubs tclIntStubs = { TclDbNewListObjDirect, /* 181 */ TclpLocaltime, /* 182 */ TclpGmtime, /* 183 */ + TclThreadStorageLockInit, /* 184 */ + TclThreadStorageLock, /* 185 */ + TclThreadStorageUnlock, /* 186 */ + TclThreadStoragePrint, /* 187 */ + TclThreadStorageGetHashTable, /* 188 */ + TclThreadStorageInit, /* 189 */ + TclThreadStorageDataKeyInit, /* 190 */ + TclThreadStorageDataKeyGet, /* 191 */ + TclThreadStorageDataKeySet, /* 192 */ + TclFinalizeThreadStorageThread, /* 193 */ + TclFinalizeThreadStorage, /* 194 */ + TclFinalizeThreadStorageData, /* 195 */ + TclFinalizeThreadStorageDataKey, /* 196 */ }; TclIntPlatStubs tclIntPlatStubs = { |