From cbfe05c95aff745a185beb6b4853de5c0cf93535 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Jul 2013 09:50:43 +0200 Subject: score: Update due to API changes --- cpukit/score/src/mpci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score') diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index e3e7eb81f9..97910d5fd5 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -132,7 +132,8 @@ void _MPCI_Create_server( void ) THREAD_START_NUMERIC, (void *) _MPCI_Receive_server, NULL, - 0 + 0, + NULL ); } -- cgit v1.2.3