diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2766e0a9b5..c1baf54ddc 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,8 +1,13 @@ +2007-02-09 Ralf Corsepius + + * rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c: + Use size_t for stack-sizes. + 2007-02-07 Ralf Corsépius * libnetworking/vm/vm_extern.h: Remove non-implemented/unused functions. - * configure.ac: Check fo intmax_t, uintptr_t, intptr_t, + * configure.ac: Check for intmax_t, uintptr_t, intptr_t, pthread.h, pthread_rwlock_t, pthread_barrier_t, pthread_spinlock_t. 2007-02-06 Till Straumann