From d6c8b56b62a352da122eca00705e672894e9828c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Jul 2009 23:33:17 +0000 Subject: 2009-07-07 Joel Sherrill * rtems/src/rtemsobjectapimaximumclass.c, score/include/rtems/score/object.h, score/src/objectapimaximumclass.c, score/src/objectgetinfo.c: Change return type of API maximum class methods to unsigned. --- 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 54f4dc5875..8f524e5701 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -492,9 +492,9 @@ void _Objects_Initialize_information ( * * @param[in] api is the API of interest * - * @return A positive integer on success and -1 otherwise. + * @return A positive integer on success and 0 otherwise. */ -int _Objects_API_maximum_class( +unsigned int _Objects_API_maximum_class( uint32_t api ); -- cgit v1.2.3