summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-08-16 10:21:04 (GMT)
committernijtmans <nijtmans>2009-08-16 10:21:04 (GMT)
commit03f782be0e25217842dcc317a1055d15054f2ca6 (patch)
treed67e62260c745522ed8576e36ae20eaf37d68012
parent0df63f4a63fa3825fa00a0744a5d4868cebf3fd2 (diff)
downloadtcl-03f782be0e25217842dcc317a1055d15054f2ca6.zip
tcl-03f782be0e25217842dcc317a1055d15054f2ca6.tar.gz
tcl-03f782be0e25217842dcc317a1055d15054f2ca6.tar.bz2
const addition (pkge.c)
Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d408fe8..85e9fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-08-06 Jan Nijtmans <nijtmans@users.sf.net>
+2009-08-16 Jan Nijtmans <nijtmans@users.sf.net>
* unix/dltest/pkge.c: const addition
* unix/tclUnixThrd.c: Use <pthread.h> in stead of "pthread.h"