summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorzv@archiware.com <vasiljevic>2004-06-22 13:08:57 (GMT)
committerzv@archiware.com <vasiljevic>2004-06-22 13:08:57 (GMT)
commitb0c3454d16ace453b0aec789759d34c4c2887997 (patch)
tree4a186fef042b244b7baa23990f6ebda5fb241e00 /unix/tclUnixThrd.c
parentfcfcc73f1522fe8dd5b076ed09e14070d4fab77f (diff)
downloadtcl-b0c3454d16ace453b0aec789759d34c4c2887997.zip
tcl-b0c3454d16ace453b0aec789759d34c4c2887997.tar.gz
tcl-b0c3454d16ace453b0aec789759d34c4c2887997.tar.bz2
Integrated fix for Tcl Bug #770053 from core-8-4-branch
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index 56745b0..297fc3b 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -65,7 +65,7 @@ static pthread_mutex_t *allocLockPtr = &allocLock;
/*
*----------------------------------------------------------------------
*
- * Tcl_CreateThread --
+ * TclpThreadCreaet --
*
* This procedure creates a new thread.
*
@@ -80,7 +80,7 @@ static pthread_mutex_t *allocLockPtr = &allocLock;
*/
int
-Tcl_CreateThread(idPtr, proc, clientData, stackSize, flags)
+TclpThreadCreate(idPtr, proc, clientData, stackSize, flags)
Tcl_ThreadId *idPtr; /* Return, the ID of the thread */
Tcl_ThreadCreateProc proc; /* Main() function of the thread */
ClientData clientData; /* The one argument to Main() */