summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-09 15:06:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-09 15:06:49 +0000
commitc1f3bf3c9021a011f1dac91819fed0772fde0ba0 (patch)
tree831cc93e92a8c61508d1f4a8fd8e69166e412963 /cpukit/ChangeLog
parentUse size_t for stack-sizes. (diff)
downloadrtems-c1f3bf3c9021a011f1dac91819fed0772fde0ba0.tar.bz2
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.
Diffstat (limited to 'cpukit/ChangeLog')
-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>