summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-03 16:33:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-06 12:24:06 +0200
commitf958d58a6a98cbc111c4e3eb58a4170ce725a915 (patch)
tree049ed6adb03654ec3b0825ef03aaf6140818b2c8 /spec/build
parentscore: Change TOD_LATEST_YEAR to 2099 (diff)
downloadrtems-f958d58a6a98cbc111c4e3eb58a4170ce725a915.tar.bz2
score: Split up rbtreenext.c
Split up rbtreenext.c since only _RBTree_Minimum() is used by the operating system core services (thread queues and the EDF scheduler). Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
Diffstat (limited to 'spec/build')
-rw-r--r--spec/build/cpukit/librtemscpu.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 16092df2cb..c0f8f6d670 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1472,8 +1472,11 @@ source:
- cpukit/score/src/rbtreeextract.c
- cpukit/score/src/rbtreeinsert.c
- cpukit/score/src/rbtreeiterate.c
+- cpukit/score/src/rbtreemax.c
+- cpukit/score/src/rbtreemin.c
- cpukit/score/src/rbtreenext.c
- cpukit/score/src/rbtreepostorder.c
+- cpukit/score/src/rbtreeprev.c
- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/sched.c
- cpukit/score/src/scheduler.c