summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 14:33:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 14:33:35 (GMT)
commit67d9f4bf6ea825790cc022a9de7cb489e497afa3 (patch)
treeee9bbad711f55888a7a6bf30449e3c471190a8e8 /generic/tclStubInit.c
parent7eb1cb2081fb90765972c1a12f0ef5886655b888 (diff)
downloadtcl-67d9f4bf6ea825790cc022a9de7cb489e497afa3.zip
tcl-67d9f4bf6ea825790cc022a9de7cb489e497afa3.tar.gz
tcl-67d9f4bf6ea825790cc022a9de7cb489e497afa3.tar.bz2
add missing macosx sections
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 5efc8c9..2eb2351 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -484,6 +484,38 @@ TclIntPlatStubs tclIntPlatStubs = {
TclWinResetInterfaces, /* 28 */
TclWinCPUID, /* 29 */
#endif /* WIN */
+#ifdef MAC_OSX_TCL /* MACOSX */
+ TclGetAndDetachPids, /* 0 */
+ TclpCloseFile, /* 1 */
+ TclpCreateCommandChannel, /* 2 */
+ TclpCreatePipe, /* 3 */
+ TclpCreateProcess, /* 4 */
+ NULL, /* 5 */
+ TclpMakeFile, /* 6 */
+ TclpOpenFile, /* 7 */
+ TclUnixWaitForFile, /* 8 */
+ TclpCreateTempFile, /* 9 */
+ TclpReaddir, /* 10 */
+ TclpLocaltime_unix, /* 11 */
+ TclpGmtime_unix, /* 12 */
+ TclpInetNtoa, /* 13 */
+ NULL, /* 14 */
+ NULL, /* 15 */
+ NULL, /* 16 */
+ NULL, /* 17 */
+ NULL, /* 18 */
+ NULL, /* 19 */
+ NULL, /* 20 */
+ NULL, /* 21 */
+ NULL, /* 22 */
+ NULL, /* 23 */
+ NULL, /* 24 */
+ NULL, /* 25 */
+ NULL, /* 26 */
+ NULL, /* 27 */
+ NULL, /* 28 */
+ TclWinCPUID, /* 29 */
+#endif /* MACOSX */
};
TclPlatStubs tclPlatStubs = {