From 6d96c9887974924bec37f9959f4f48ae88639d7b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 May 2009 13:26:59 +0000 Subject: 2009-05-08 Joel Sherrill * user/conf.t: Change work_space_size to uintptr_t since it cannot be negative. --- doc/ChangeLog | 5 +++++ doc/user/conf.t | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 753ac74cc5..4affc0c479 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-05-08 Joel Sherrill + + * user/conf.t: Change work_space_size to uintptr_t since it cannot be + negative. + 2009-04-19 Joel Sherrill * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, 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; -- cgit v1.2.3