From 688fbc4401ad89abb2ecdd64c8137297ac5e07ba Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 22 Mar 2015 10:43:06 +0100 Subject: score: Move _Thread_queue_Extract() Move _Thread_queue_Dequeue(). We need all or no thread queue functions so it makes no sense to have them in separate modules. One module enables compiler optimizations without link-time optimization. Make _Thread_blocking_operation_Finalize() static since it is use now only in one module. --- cpukit/score/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 031c9a8b2d..265a49689b 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -297,8 +297,8 @@ libscore_a_SOURCES += src/threaddispatchdisablelevel.c endif ## THREADQ_C_FILES -libscore_a_SOURCES += src/threadq.c src/threadqdequeue.c \ - src/threadqenqueue.c src/threadqextract.c src/threadqrequeue.c \ +libscore_a_SOURCES += src/threadq.c \ + src/threadqenqueue.c src/threadqrequeue.c \ src/threadqextractwithproxy.c src/threadqfirst.c \ src/threadqflush.c src/threadqprocesstimeout.c src/threadqtimeout.c -- cgit v1.2.3