summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/coresem.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-07-03 14:20:03 +0000
commit503dc05890731954e899d63a8baecabac573e22b (patch)
treec93178f7485d46cb9c10865f9d3bcf33dc9df2f9 /cpukit/score/inline/rtems/score/coresem.inl
parentchanged version (diff)
downloadrtems-503dc05890731954e899d63a8baecabac573e22b.tar.bz2
switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"
Diffstat (limited to 'cpukit/score/inline/rtems/score/coresem.inl')
-rw-r--r--cpukit/score/inline/rtems/score/coresem.inl4
1 files changed, 2 insertions, 2 deletions
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
)
{