summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:26:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:26:06 +0000
commit7f12879cbdc892adc873d6f6ff78946f9f9c9aa9 (patch)
tree02237009501070bbb3fcc1ffe6ac3993763bd905 /cpukit/ChangeLog
parent2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7f12879cbdc892adc873d6f6ff78946f9f9c9aa9.tar.bz2
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/config.h: Switch from ssize_t to uintptr_t for work space size since it is larger than a single allocatable object.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f2c7ff4202..111e14c160 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sapi/include/rtems/config.h: Switch from ssize_t to uintptr_t for
+ work space size since it is larger than a single allocatable object.
+
2009-05-08 Chris Johns <chrisj@rtems.org>
* cpukit/libblock/src/bdpart.c, libmisc/shell/main_msdosfmt.c,