From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- c/src/exec/score/inline/objectmp.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/inline/objectmp.inl') diff --git a/c/src/exec/score/inline/objectmp.inl b/c/src/exec/score/inline/objectmp.inl index dda2799643..51ec7ec154 100644 --- a/c/src/exec/score/inline/objectmp.inl +++ b/c/src/exec/score/inline/objectmp.inl @@ -26,7 +26,7 @@ * This function allocates a Global Object control block. */ -STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object ( +RTEMS_INLINE_ROUTINE Objects_MP_Control *_Objects_MP_Allocate_global_object ( void ) { @@ -43,7 +43,7 @@ STATIC INLINE Objects_MP_Control *_Objects_MP_Allocate_global_object ( * This routine deallocates a Global Object control block. */ -STATIC INLINE void _Objects_MP_Free_global_object ( +RTEMS_INLINE_ROUTINE void _Objects_MP_Free_global_object ( Objects_MP_Control *the_object ) { @@ -62,7 +62,7 @@ STATIC INLINE void _Objects_MP_Free_global_object ( * This function returns whether the global object is NULL or not. */ -STATIC INLINE boolean _Objects_MP_Is_null_global_object ( +RTEMS_INLINE_ROUTINE boolean _Objects_MP_Is_null_global_object ( Objects_MP_Control *the_object ) { -- cgit v1.2.3