mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user