summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/semmp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/semmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/rtems/include/rtems/rtems/semmp.h
index 1be30ef467..f3a06aeb2f 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/rtems/include/rtems/rtems/semmp.h
@@ -150,7 +150,7 @@ Semaphore_MP_Packet *_Semaphore_MP_Get_packet ( void );
*/
void _Semaphore_Core_mutex_mp_support (
Thread_Control *the_thread,
- rtems_id id
+ Objects_Id id
);
/**
@@ -162,7 +162,7 @@ void _Semaphore_Core_mutex_mp_support (
*/
void _Semaphore_Core_semaphore_mp_support (
Thread_Control *the_thread,
- rtems_id id
+ Objects_Id id
);
#ifdef __cplusplus