From 45819022cee43c0cef9146ccd10aaf20f99b489b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Aug 1995 19:42:41 +0000 Subject: bug fixes to make macro implementations work --- cpukit/score/include/rtems/score/wkspace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/wkspace.h') diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h index 14bc090291..2cd4df6a45 100644 --- a/cpukit/score/include/rtems/score/wkspace.h +++ b/cpukit/score/include/rtems/score/wkspace.h @@ -12,7 +12,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * wkspace.h,v 1.2 1995/05/31 16:47:46 joel Exp */ #ifndef __RTEMS_WORKSPACE_h @@ -71,7 +71,7 @@ STATIC INLINE void *_Workspace_Allocate( * is invoked. */ -STATIC INLINE void *_Workspace_Allocate_or_fatal_error( +void *_Workspace_Allocate_or_fatal_error( unsigned32 size ); -- cgit v1.2.3