summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/coremutex.inl
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:01:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:01:43 +0000
commit34a267926634dfb41abd716cac0062fa58d60477 (patch)
tree6b5939f98ea8dad068bc27164bee0b666fadeec5 /cpukit/score/inline/rtems/score/coremutex.inl
parentCorrected call to _CORE_mutex_Seize_interrupt_blocking. (diff)
downloadrtems-34a267926634dfb41abd716cac0062fa58d60477.tar.bz2
Added missing #endif's.
Diffstat (limited to 'cpukit/score/inline/rtems/score/coremutex.inl')
-rw-r--r--cpukit/score/inline/rtems/score/coremutex.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/inline/rtems/score/coremutex.inl b/cpukit/score/inline/rtems/score/coremutex.inl
index 5192528d87..04a56a549f 100644
--- a/cpukit/score/inline/rtems/score/coremutex.inl
+++ b/cpukit/score/inline/rtems/score/coremutex.inl
@@ -188,8 +188,6 @@ RTEMS_INLINE_ROUTINE int _CORE_mutex_Seize_interrupt_trylock(
return 1;
}
-
-#endif
#endif
/* end of include file */