summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/score/src/rbtreeinsert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/rbtreeinsert.c b/cpukit/score/src/rbtreeinsert.c
index 629fca7795..464fc603cb 100644
--- a/cpukit/score/src/rbtreeinsert.c
+++ b/cpukit/score/src/rbtreeinsert.c
@@ -55,7 +55,7 @@ RBTree_Node *_RBTree_Insert(
return NULL;
}
-RB_GENERATE_INSERT_COLOR( RBTree_Control, RBTree_Node, Node, static )
+RB_GENERATE_INSERT_COLOR( RBTree_Control, RBTree_Node, Node, static inline )
void _RBTree_Insert_color(
RBTree_Control *the_rbtree,