summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/scheduleredf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/scheduleredf.c b/cpukit/score/src/scheduleredf.c
index 2aa2d52cea..09d8cac363 100644
--- a/cpukit/score/src/scheduleredf.c
+++ b/cpukit/score/src/scheduleredf.c
@@ -18,7 +18,7 @@
#include <rtems/score/scheduler.h>
#include <rtems/score/scheduleredf.h>
-int _Scheduler_EDF_RBTree_compare_function
+static int _Scheduler_EDF_RBTree_compare_function
(
RBTree_Node* n1,
RBTree_Node* n2