From d2bdf5cc4d16d0f7041e876486fca3f66b4b7a26 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 22 Mar 2015 11:58:10 +0100 Subject: score: Move _Thread_queue_Requeue() Now all the main thread queue operations are in one module. --- cpukit/score/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/Makefile.am') diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am index 265a49689b..090f7f676e 100644 --- a/cpukit/score/Makefile.am +++ b/cpukit/score/Makefile.am @@ -298,7 +298,7 @@ endif ## THREADQ_C_FILES libscore_a_SOURCES += src/threadq.c \ - src/threadqenqueue.c src/threadqrequeue.c \ + src/threadqenqueue.c \ src/threadqextractwithproxy.c src/threadqfirst.c \ src/threadqflush.c src/threadqprocesstimeout.c src/threadqtimeout.c -- cgit v1.2.3