Added missing #endif's.

This commit is contained in:
Joel Sherrill
2000-07-06 20:01:43 +00:00
parent e6faa6ac76
commit 34a2679266
4 changed files with 0 additions and 6 deletions

View File

@@ -188,8 +188,6 @@ RTEMS_INLINE_ROUTINE int _CORE_mutex_Seize_interrupt_trylock(
return 1;
}
#endif
#endif
/* end of include file */

View File

@@ -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 */