summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 c3fe7a2edb..d0af0172d9 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -115,7 +115,7 @@ typedef struct {
/** This field specifies the size in bytes of the RTEMS Workspace.
*/
- uint32_t work_space_size;
+ intptr_t work_space_size;
/** This field specifies the maximum number of dynamically installed
* used extensions.