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.
This commit is contained in:
Joel Sherrill
2009-05-08 13:26:06 +00:00
parent 5ab278ff9e
commit 7f12879cbd
2 changed files with 6 additions and 1 deletions

View File

@@ -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,

View File

@@ -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.