From 8f0b33466bac9105c1dc94506b4297c84e344a37 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 2010 17:41:32 +0000 Subject: 2010-08-09 Bharath Suri PR 1660/filesystem * libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed int pipe_release to void pipe_release. * libfs/src/imfs/imfs_fifo.c: Corresponding change to IMFS_fifo_close since pipe_release does not return any error. * libfs/src/imfs/imfs_initsupp.c: Changes to improve IMFS_determine_bytes_per_block --- cpukit/score/include/rtems/score/object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/object.h') diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 2ee8c66c8d..590d831345 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -476,7 +476,7 @@ void _Objects_Shrink_information( void _Objects_Initialize_information ( Objects_Information *information, Objects_APIs the_api, - uint32_t the_class, + uint16_t the_class, uint32_t maximum, uint16_t size, bool is_string, @@ -754,7 +754,7 @@ Objects_Control *_Objects_Get_next( */ Objects_Information *_Objects_Get_information( Objects_APIs the_api, - uint32_t the_class + uint16_t the_class ); /** -- cgit v1.2.3