summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/rtems/optman/no-mp.c4
-rw-r--r--c/src/optman/rtems/no-mp.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/exec/rtems/optman/no-mp.c b/c/src/exec/rtems/optman/no-mp.c
index 4d2c63d5d5..21024acf89 100644
--- a/c/src/exec/rtems/optman/no-mp.c
+++ b/c/src/exec/rtems/optman/no-mp.c
@@ -100,7 +100,9 @@ Thread_Control *_MPCI_Process_response (
return NULL;
}
-void _MPCI_Receive_server( void )
+Thread _MPCI_Receive_server(
+ unsigned32 ignore
+)
{
}
diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c
index 4d2c63d5d5..21024acf89 100644
--- a/c/src/optman/rtems/no-mp.c
+++ b/c/src/optman/rtems/no-mp.c
@@ -100,7 +100,9 @@ Thread_Control *_MPCI_Process_response (
return NULL;
}
-void _MPCI_Receive_server( void )
+Thread _MPCI_Receive_server(
+ unsigned32 ignore
+)
{
}