diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 23:33:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 23:33:46 (GMT) |
commit | 51a4b5f8807bc1e0df2e06087292df90c7777f50 (patch) | |
tree | 3760c724e2815dde7d8d1abc5896f2f292ce2906 /generic/tclPipe.c | |
parent | 37ce8d233ce4e72301a408cd04e074dfd14d6534 (diff) | |
download | tcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.zip tcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.tar.gz tcl-51a4b5f8807bc1e0df2e06087292df90c7777f50.tar.bz2 |
tclpGetPid signature change (stub entry only, not for macro),
for win64 compatibility with future cygwin64
correctly use win32 as default when cross-compiling under cygwin
Diffstat (limited to 'generic/tclPipe.c')
-rwxr-xr-x[-rw-r--r--] | generic/tclPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c index 1042e09..6e7029e 100644..100755 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -283,7 +283,7 @@ TclCleanupChildren(interp, numPids, pidPtr, errorChan) for (i = 0; i < numPids; i++) { /* * We need to get the resolved pid before we wait on it as - * the windows implimentation of Tcl_WaitPid deletes the + * the windows implementation of Tcl_WaitPid deletes the * information such that any following calls to TclpGetPid * fail. */ |