summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog7
1 files changed, 6 insertions, 1 deletions
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 <ralf.corsepius@rtems.org>
+
+ * rtems/include/rtems/rtems/tasks.h, rtems/src/taskcreate.c:
+ Use size_t for stack-sizes.
+
2007-02-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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 <strauman@slac.stanford.edu>