summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:37:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-21 14:37:32 +0000
commitc4b8161d88ed4f2a06e37b7473c44580467b64ab (patch)
tree055bbca6e13e1101bb224f969c4562b31adff599 /c/src/exec/rtems
parentRemoved the internal thread objects and dispersed its contents to (diff)
downloadrtems-c4b8161d88ed4f2a06e37b7473c44580467b64ab.tar.bz2
MPCI Receive became a thread and the prototype changed.
Diffstat (limited to 'c/src/exec/rtems')
-rw-r--r--c/src/exec/rtems/optman/no-mp.c4
1 files changed, 3 insertions, 1 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
+)
{
}