summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/coresem.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/macros/rtems/score/coresem.inl14
1 files changed, 2 insertions, 12 deletions
diff --git a/cpukit/score/macros/rtems/score/coresem.inl b/cpukit/score/macros/rtems/score/coresem.inl
index 01590c23b4..6a22237605 100644
--- a/cpukit/score/macros/rtems/score/coresem.inl
+++ b/cpukit/score/macros/rtems/score/coresem.inl
@@ -27,25 +27,16 @@
/*PAGE
*
- * _Core_semaphore_Get_count
+ * _CORE_semaphore_Get_count
*
*/
-#define _Core_semaphore_Get_count( _the_semaphore ) \
+#define _CORE_semaphore_Get_count( _the_semaphore ) \
( (_the_semaphore)->count )
/*PAGE
*
* _CORE_semaphore_Seize_isr_disable
- *
- * DESCRIPTION:
- *
- * This routine attempts to receive a unit from the_semaphore.
- * If a unit is available or if the wait flag is FALSE, then the routine
- * returns. Otherwise, the calling task is blocked until a unit becomes
- * available.
- *
- * NOTE: There is currently no MACRO version of this routine.
*/
#define _CORE_semaphore_Seize_isr_disable( \
@@ -77,6 +68,5 @@
} \
}
-
#endif
/* end of include file */