summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index ba6625a6a8..576c07b3b9 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -124,7 +124,7 @@ void _MPCI_Create_server( void )
_Thread_Start(
_MPCI_Receive_server_tcb,
THREAD_START_NUMERIC,
- _MPCI_Receive_server,
+ (void *) _MPCI_Receive_server,
NULL,
0
);