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/user/conf.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/conf.t') 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