summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/sem.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h
index d8e042d451..0ce79dcecc 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/rtems/include/rtems/rtems/sem.h
@@ -247,6 +247,20 @@ void _Semaphore_Core_semaphore_mp_support (
rtems_id id
);
+/*PAGE
+ *
+ * _POSIX_Semaphore_MP_support
+ *
+ * DESCRIPTION:
+ *
+ * XXX
+ */
+
+void _POSIX_Semaphore_MP_support(
+ Thread_Control *the_thread,
+ Objects_Id id
+);
+
#ifndef __RTEMS_APPLICATION__
#include <rtems/rtems/sem.inl>
#endif