diff options
author | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:00:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-06-08 13:00:01 (GMT) |
commit | 0152e72816275fd0f5213d12e453b1987d6515f3 (patch) | |
tree | a95536b9e4112bea04b2f681b9bbafcffc805ba5 /ChangeLog | |
parent | 37642292deb9342c75edf60536fb15b4aa3c13db (diff) | |
download | tcl-0152e72816275fd0f5213d12e453b1987d6515f3.zip tcl-0152e72816275fd0f5213d12e453b1987d6515f3.tar.gz tcl-0152e72816275fd0f5213d12e453b1987d6515f3.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-06-08 Don Porter <dgp@users.sourceforge.net> + + * unix/tclUnixPort.h: [Bug 3530533] Centralize #include <pthread.h> + * unix/tclUnixThrd.c: in the tclUnixPort.h header so that old unix + systems that need inclusion in all compilation units are supported. + 2012-06-06 Jan Nijtmans <nijtmans@users.sf.net> * unix/tclUnixInit.c: On Cygwin, use win32 API in stead of uname() |