From 27b961a39bbc5e23c33e185b72eefcd39c722e6d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Jul 2009 20:25:35 +0000 Subject: 2009-07-03 Joel Sherrill * itron/src/task.c, posix/src/pthread.c, rtems/src/tasks.c, sapi/src/exinit.c, score/include/rtems/score/apiext.h, score/src/apiext.c: No APIs currently implemented use the predriver_hook so disable it until such time as it is used. --- cpukit/itron/src/task.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpukit/itron') diff --git a/cpukit/itron/src/task.c b/cpukit/itron/src/task.c index 180924eb3d..7c242676ce 100644 --- a/cpukit/itron/src/task.c +++ b/cpukit/itron/src/task.c @@ -112,8 +112,10 @@ void _ITRON_Task_Initialize_user_tasks( void ) API_extensions_Control _ITRON_Task_API_extensions = { { NULL, NULL }, - NULL, /* predriver */ - _ITRON_Task_Initialize_user_tasks, /* postdriver */ + #if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API) + NULL, /* predriver */ + #endif + _ITRON_Task_Initialize_user_tasks, /* postdriver */ NULL /* post switch */ }; -- cgit v1.2.3