summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 4e7e422..3c4bc5b 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1253,7 +1253,10 @@ declare 30 {win unix} {
int TclUnixOpenTemporaryFile(Tcl_Obj *dirObj, Tcl_Obj *basenameObj,
Tcl_Obj *extensionObj, Tcl_Obj *resultingNameObj)
}
-
+# TIP#302 ???
+declare 31 {win unix macosx} {
+ int TclpGetMonotonicTime(Tcl_Time *timePtr)
+}
# Local Variables: