2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/region.t: Change size_t to ssize_t.
This commit is contained in:
Joel Sherrill
2008-10-02 22:09:00 +00:00
parent 9cf93daba3
commit 7f5ea3c675
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Change size_t to ssize_t.
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/preface.texi: Bump version to 4.9.99.0

View File

@@ -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