summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2012-06-08 13:00:01 (GMT)
committerdgp <dgp@noemail.net>2012-06-08 13:00:01 (GMT)
commitfa1cae1c1697965df41d4a93516634213a1b23d5 (patch)
treea95536b9e4112bea04b2f681b9bbafcffc805ba5 /unix/tclUnixThrd.c
parent8e0ca37bf6bc5614a1a1d0aa2069d2870cc43056 (diff)
downloadtcl-fa1cae1c1697965df41d4a93516634213a1b23d5.zip
tcl-fa1cae1c1697965df41d4a93516634213a1b23d5.tar.gz
tcl-fa1cae1c1697965df41d4a93516634213a1b23d5.tar.bz2
3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that
old unix systems that need inclusion in all compilation units are supported. FossilOrigin-Name: bd718144bf3670fa3de8cc651e32bc1392499a09
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index fd2cd8f..ad36242 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -14,8 +14,6 @@
#ifdef TCL_THREADS
-#include "pthread.h"
-
typedef struct ThreadSpecificData {
char nabuf[16];
} ThreadSpecificData;