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" --- cpukit/score/inline/rtems/score/coresem.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/coresem.inl') diff --git a/cpukit/score/inline/rtems/score/coresem.inl b/cpukit/score/inline/rtems/score/coresem.inl index 6f82318d10..4f3a4e0834 100644 --- a/cpukit/score/inline/rtems/score/coresem.inl +++ b/cpukit/score/inline/rtems/score/coresem.inl @@ -27,7 +27,7 @@ * enabled in the attribute_set and FALSE otherwise. */ -STATIC INLINE boolean _CORE_semaphore_Is_priority( +RTEMS_INLINE_ROUTINE boolean _CORE_semaphore_Is_priority( CORE_semaphore_Attributes *the_attribute ) { @@ -43,7 +43,7 @@ STATIC INLINE boolean _CORE_semaphore_Is_priority( * This routine returns the current count associated with the semaphore. */ -STATIC INLINE unsigned32 _CORE_semaphore_Get_count( +RTEMS_INLINE_ROUTINE unsigned32 _CORE_semaphore_Get_count( CORE_semaphore_Control *the_semaphore ) { -- cgit v1.2.3