From dfbfa2b029057682e63555751183f497cdc790b0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 20:36:11 +0000 Subject: Split threadq.c into multiple files. --- cpukit/score/src/threadq.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/src/threadq.c') diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c index 34f0a12383..02a9896305 100644 --- a/cpukit/score/src/threadq.c +++ b/cpukit/score/src/threadq.c @@ -70,6 +70,7 @@ void _Thread_queue_Initialize( } } +#if 0 /*PAGE * @@ -981,3 +982,4 @@ Thread_Control *_Thread_queue_First_priority ( } return NULL; } +#endif -- cgit v1.2.3