summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/wkspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/score/wkspace.h')
-rw-r--r--c/src/exec/score/include/rtems/score/wkspace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/include/rtems/score/wkspace.h b/c/src/exec/score/include/rtems/score/wkspace.h
index 14bc090291..2cd4df6a45 100644
--- a/c/src/exec/score/include/rtems/score/wkspace.h
+++ b/c/src/exec/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
);