summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2001-09-01 22:53:44 (GMT)
committerdavygrvy <davygrvy@noemail.net>2001-09-01 22:53:44 (GMT)
commit3b86fed833e653cc528194dd085f1d9729b91bed (patch)
tree581373e417c3b06f77c73d213f36c3bf7f4ade72 /unix/tclUnixPort.h
parentff872603bd93c26294d8abe765586e26f366ba12 (diff)
downloadtcl-3b86fed833e653cc528194dd085f1d9729b91bed.zip
tcl-3b86fed833e653cc528194dd085f1d9729b91bed.tar.gz
tcl-3b86fed833e653cc528194dd085f1d9729b91bed.tar.bz2
-=[ Tcl_Async* API merge from HEAD ]=-
* generic/tclInt.decls: Removed TclpAsyncMark permanently and left the hole not to upset the positions. * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclStubInit.c: regen'd tables. * generic/tclAsync.c: Brought source to match -r1.6 on the HEAD branch. * unix/tclUnixPort.h: * mac/tclMacPort.h: removed #defines for TclpAsyncMark. * win/tclWinInit.c: Removed the TclpAsyncMark function and the thread ID saving that was going on in TclpInitPlatform(). [the old hack] * win/tclWinThread.c: TclpFinalizeCondition() and TclpFinalizeMutex() are now properly returning the old CriticalSection handle to the system. Tcl_CreateThread() is now decrementing its handle reference, so the system will recover resources when the thread closes (doh!). These changes are all already up on the HEAD. * doc/Async.3: matches HEAD. FossilOrigin-Name: 11201d88beb6033b27cee711d5fc97f252715813
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index cb3c777..731357e 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -19,7 +19,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixPort.h,v 1.15 2000/04/21 04:04:12 hobbs Exp $
+ * RCS: @(#) $Id: tclUnixPort.h,v 1.15.2.1 2001/09/01 22:53:45 davygrvy Exp $
*/
#ifndef _TCLUNIXPORT
@@ -457,7 +457,6 @@ extern double strtod();
* address platform-specific issues.
*/
-#define TclpAsyncMark(async)
#define TclpGetPid(pid) ((unsigned long) (pid))
#define TclpReleaseFile(file) /* Nothing. */