From 80b3c938ce9798997c59cc102fb6738475f6fe32 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 May 2021 16:55:15 +0200 Subject: score: Move _Thread_queue_Queue_get_name_and_id() Move this diagnostic function to a separate file since it does not provide a core function of the system. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053. --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build') diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml index efd0d1bfe1..7f1ccf79c4 100644 --- a/spec/build/cpukit/librtemscpu.yml +++ b/spec/build/cpukit/librtemscpu.yml @@ -1543,6 +1543,7 @@ source: - cpukit/score/src/threadqextractwithproxy.c - cpukit/score/src/threadqfirst.c - cpukit/score/src/threadqflush.c +- cpukit/score/src/threadqgetnameandid.c - cpukit/score/src/threadqops.c - cpukit/score/src/threadqtimeout.c - cpukit/score/src/threadrestart.c -- cgit v1.2.3