From 45c4499e0387e38484504a916550f6fb8198e3a6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Dec 2008 20:25:43 +0000 Subject: 2008-12-17 Joel Sherrill * optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c: Convert manager initialization routines to directly pull parameters from configuration table. Eliminate empty routines sportted. --- c/src/optman/rtems/no-mp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/optman/rtems/no-mp.c') diff --git a/c/src/optman/rtems/no-mp.c b/c/src/optman/rtems/no-mp.c index 2ec52558d3..ec2cc05a36 100644 --- a/c/src/optman/rtems/no-mp.c +++ b/c/src/optman/rtems/no-mp.c @@ -2,7 +2,7 @@ * Multiprocessing Manager * * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -30,7 +30,7 @@ #include #include -void _Multiprocessing_Manager_initialization ( void ) +void _Multiprocessing_Manager_initialization(void) { } #endif -- cgit v1.2.3