summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:14:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:14:26 (GMT)
commita9b046b5bd7c666a406a17cbb0d86a2842091bac (patch)
treea58a10a709008a92c2bd3cb895fcfac27531c9be /unix/tclUnixThrd.c
parent7208478d1c5c7ed65b3d0bdaced2740830f3859b (diff)
downloadtcl-a9b046b5bd7c666a406a17cbb0d86a2842091bac.zip
tcl-a9b046b5bd7c666a406a17cbb0d86a2842091bac.tar.gz
tcl-a9b046b5bd7c666a406a17cbb0d86a2842091bac.tar.bz2
(backport) more spacing/formatting tweaks. For now, macosx/unix/win only.
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index c67495e..9587590 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -221,7 +221,7 @@ int
TclpThreadCreate(
Tcl_ThreadId *idPtr, /* Return, the ID of the thread */
Tcl_ThreadCreateProc *proc, /* Main() function of the thread */
- ClientData clientData, /* The one argument to Main() */
+ void *clientData, /* The one argument to Main() */
TCL_HASH_TYPE stackSize, /* Size of stack for the new thread */
int flags) /* Flags controlling behaviour of the new
* thread. */