From e65f596dfd5aaf4deea2d1692417bb389b9a6d61 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Dec 2008 17:31:11 +0000 Subject: 2008-12-01 Joel Sherrill * rtems/include/rtems/rtems/region.h, rtems/include/rtems/rtems/support.h, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/workspace.c: Revert ssize_t patch. --- cpukit/rtems/include/rtems/rtems/support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/support.h') diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/rtems/include/rtems/rtems/support.h index 8364bdca91..25f6ebf08d 100644 --- a/cpukit/rtems/include/rtems/rtems/support.h +++ b/cpukit/rtems/include/rtems/rtems/support.h @@ -79,8 +79,8 @@ bool rtems_workspace_get_information( * @return TRUE if successful */ bool rtems_workspace_allocate( - ssize_t bytes, - void **pointer + size_t bytes, + void **pointer ); /** -- cgit v1.2.3