diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:25:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:25:24 (GMT) |
commit | e39d5419c36351fd1e67f48b94934998ddf15785 (patch) | |
tree | 423de990eac2d2fba9c642cee683bfcbc706a58a /unix/tclUnixThrd.c | |
parent | 1c287f81b4cc32553c3336ad9f095f0e422b7116 (diff) | |
parent | 7e302d3ca75cd9eb6998e895cf344665b1d08e5e (diff) | |
download | tcl-e39d5419c36351fd1e67f48b94934998ddf15785.zip tcl-e39d5419c36351fd1e67f48b94934998ddf15785.tar.gz tcl-e39d5419c36351fd1e67f48b94934998ddf15785.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.
Update autogoo for gettimeofday(). Thanks Joe English.
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r-- | unix/tclUnixThrd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index 1f0281d..789dbb6 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -15,8 +15,6 @@ #ifdef TCL_THREADS -#include <pthread.h> - typedef struct ThreadSpecificData { char nabuf[16]; } ThreadSpecificData; |