diff options
author | nijtmans <nijtmans> | 2009-08-16 10:21:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-08-16 10:21:04 (GMT) |
commit | 03f782be0e25217842dcc317a1055d15054f2ca6 (patch) | |
tree | d67e62260c745522ed8576e36ae20eaf37d68012 | |
parent | 0df63f4a63fa3825fa00a0744a5d4868cebf3fd2 (diff) | |
download | tcl-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-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |