summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/sapi/include/rtems/config.h2
2 files changed, 6 insertions, 1 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,
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 7e8ace042f..65ccd0fc6b 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -109,7 +109,7 @@ typedef struct {
/** This field specifies the size in bytes of the RTEMS Workspace.
*/
- intptr_t work_space_size;
+ uintptr_t work_space_size;
/** This field specifies the maximum number of dynamically installed
* used extensions.