summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-03 13:27:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-03 13:27:34 (GMT)
commit7292f66d410be2762597e00d85ef1e4f621ea17b (patch)
treee2effc32c230aaf5acaacd0f492685a48d1f2a18 /generic/tclStubInit.c
parent7f742dbfb7e1a4b163b752b809c696a0cec35ecd (diff)
parent39633dc5761e6cebe9462d34ddb3c7e83fa0c79a (diff)
downloadtcl-7292f66d410be2762597e00d85ef1e4f621ea17b.zip
tcl-7292f66d410be2762597e00d85ef1e4f621ea17b.tar.gz
tcl-7292f66d410be2762597e00d85ef1e4f621ea17b.tar.bz2
merge zipfs. Various other upstream androwish changes
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 5b7a1cd..4c7e61b4 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -597,6 +597,7 @@ static const TclIntPlatStubs tclIntPlatStubs = {
0, /* 28 */
TclWinCPUID, /* 29 */
TclUnixOpenTemporaryFile, /* 30 */
+ TclpGetMonotonicTime, /* 31 */
#endif /* UNIX */
#if defined(_WIN32) || defined(__CYGWIN__) /* WIN */
TclWinConvertError, /* 0 */
@@ -630,6 +631,7 @@ static const TclIntPlatStubs tclIntPlatStubs = {
TclWinResetInterfaces, /* 28 */
TclWinCPUID, /* 29 */
TclUnixOpenTemporaryFile, /* 30 */
+ TclpGetMonotonicTime, /* 31 */
#endif /* WIN */
#ifdef MAC_OSX_TCL /* MACOSX */
TclGetAndDetachPids, /* 0 */
@@ -663,6 +665,7 @@ static const TclIntPlatStubs tclIntPlatStubs = {
0, /* 28 */
TclWinCPUID, /* 29 */
TclUnixOpenTemporaryFile, /* 30 */
+ TclpGetMonotonicTime, /* 31 */
#endif /* MACOSX */
};