summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:26:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-08 13:26:59 +0000
commit6d96c9887974924bec37f9959f4f48ae88639d7b (patch)
tree0c0bea98fbca117c34ccb9884e5e205f86406a90 /doc/user/conf.t
parent2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6d96c9887974924bec37f9959f4f48ae88639d7b.tar.bz2
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 7eacffe26f..5fd016fd79 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -912,7 +912,7 @@ The RTEMS Configuration Table is defined in the following C structure:
@group
typedef struct @{
void *work_space_start;
- intptr_t work_space_size;
+ uintptr_t work_space_size;
uint32_t maximum_extensions;
uint32_t microseconds_per_tick;
uint32_t ticks_per_timeslice;