summaryrefslogtreecommitdiffstats
path: root/doc/user/region.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 22:09:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 22:09:00 +0000
commit7f5ea3c6750c65793d75f1860de2baadff7f5bff (patch)
tree405770be7f81e12491cc3a4a7bb5e01b93b416dc /doc/user/region.t
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7f5ea3c6750c65793d75f1860de2baadff7f5bff.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Change size_t to ssize_t.
Diffstat (limited to 'doc/user/region.t')
-rw-r--r--doc/user/region.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/region.t b/doc/user/region.t
index e7d770aa43..101f349187 100644
--- a/doc/user/region.t
+++ b/doc/user/region.t
@@ -639,7 +639,7 @@ is less than or equal to the size of the segment returned.
rtems_status_code rtems_region_get_segment_size(
rtems_id id,
void *segment,
- size_t *size
+ ssize_t *size
);
@end example
@end ifset
@@ -689,8 +689,8 @@ a multiple of the region's page size.
rtems_status_code rtems_region_resize_segment(
rtems_id id,
void *segment,
- size_t size,
- size_t *old_size
+ ssize_t size,
+ ssize_t *old_size
);
@end example
@end ifset