summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/msgmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/partmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/regionmp.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/semmp.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/rtems/include/rtems/rtems/msgmp.h
index 19b52bbcc4..075ef515a9 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/rtems/include/rtems/rtems/msgmp.h
@@ -155,7 +155,7 @@ void _Message_queue_MP_Send_object_was_deleted (
*/
void _Message_queue_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
);
/*
diff --git a/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/rtems/include/rtems/rtems/partmp.h
index bec116367c..09ad55e57f 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/rtems/include/rtems/rtems/partmp.h
@@ -139,7 +139,7 @@ void _Partition_MP_Process_packet (
*/
void _Partition_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
);
/*
diff --git a/cpukit/rtems/include/rtems/rtems/regionmp.h b/cpukit/rtems/include/rtems/rtems/regionmp.h
index 0743f7b057..eb5cfb0bae 100644
--- a/cpukit/rtems/include/rtems/rtems/regionmp.h
+++ b/cpukit/rtems/include/rtems/rtems/regionmp.h
@@ -144,7 +144,7 @@ void _Region_MP_Process_packet (
*/
void _Region_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
);
/*
diff --git a/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/rtems/include/rtems/rtems/semmp.h
index e299e33c77..b985f29477 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/rtems/include/rtems/rtems/semmp.h
@@ -141,7 +141,7 @@ void _Semaphore_MP_Send_object_was_deleted (
*/
void _Semaphore_MP_Send_extract_proxy (
- Thread_Control *the_thread
+ void *argument
);
/*