summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/rtems/score/coresem.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 /c/src/exec/score/inline/rtems/score/coresem.inl
parentCorrected call to _CORE_mutex_Seize_interrupt_blocking. (diff)
downloadrtems-34a267926634dfb41abd716cac0062fa58d60477.tar.bz2
Added missing #endif's.
Diffstat (limited to 'c/src/exec/score/inline/rtems/score/coresem.inl')
-rw-r--r--c/src/exec/score/inline/rtems/score/coresem.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/inline/rtems/score/coresem.inl b/c/src/exec/score/inline/rtems/score/coresem.inl
index ec7d7f011b..bd2075bdd2 100644
--- a/c/src/exec/score/inline/rtems/score/coresem.inl
+++ b/c/src/exec/score/inline/rtems/score/coresem.inl
@@ -103,7 +103,6 @@ RTEMS_INLINE_ROUTINE void _CORE_semaphore_Seize_isr_disable(
_Thread_queue_Enqueue( &the_semaphore->Wait_queue, timeout );
_Thread_Enable_dispatch();
}
-#endif
#endif
/* end of include file */