From 5e9b32b439627068a0292370fe595220dbfc95a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Sep 1995 19:27:15 +0000 Subject: posix support initially added --- cpukit/score/src/objectmp.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'cpukit/score/src/objectmp.c') diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c index 890442a744..7546c33585 100644 --- a/cpukit/score/src/objectmp.c +++ b/cpukit/score/src/objectmp.c @@ -14,10 +14,10 @@ */ #include -#include -#include -#include -#include +#include +#include +#include +#include /*PAGE * @@ -133,9 +133,7 @@ void _Objects_MP_Close ( _Chain_Extract( the_node ); _Objects_MP_Free_global_object( the_object ); - return; - } } -- cgit v1.2.3