summaryrefslogtreecommitdiffstats
path: root/c/src/optman
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman')
-rw-r--r--c/src/optman/rtems/no-mp.c4
1 files changed, 3 insertions, 1 deletions
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
+)
{
}