summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadq.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 20:36:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 20:36:11 +0000
commitdfbfa2b029057682e63555751183f497cdc790b0 (patch)
tree70c9bcc0aeedf4b7c5caab6485a8ce83ab1db652 /cpukit/score/src/threadq.c
parentThe object memfile.o was being included in the miniIMFS even though it (diff)
downloadrtems-dfbfa2b029057682e63555751183f497cdc790b0.tar.bz2
Split threadq.c into multiple files.
Diffstat (limited to 'cpukit/score/src/threadq.c')
-rw-r--r--cpukit/score/src/threadq.c2
1 files changed, 2 insertions, 0 deletions
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