From c1f3bf3c9021a011f1dac91819fed0772fde0ba0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Feb 2007 15:06:49 +0000 Subject: [PATCH] 2007-02-09 Ralf Corsepius * rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c: Use size_t for stack-sizes. --- cpukit/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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