summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
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/sapi
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/sapi')
-rw-r--r--cpukit/sapi/include/rtems/config.h2
1 files changed, 1 insertions, 1 deletions
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.