summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index e3d3a08..269cd81 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1011,4 +1011,7 @@ declare 13 unix {
declare 22 unix {
TclFile TclpCreateTempFile(CONST char *contents)
}
+declare 29 unix {
+ int TclWinCPUID(unsigned int index, unsigned int *regs)
+}