summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 19:18:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 19:18:52 +0000
commitf73fc29d6692e721e50a7a595d07faab29048a03 (patch)
treedc0b4c271eb1a035241fc9477db935a7e7163704 /cpukit/rtems/src/tasks.c
parent2008-08-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f73fc29d6692e721e50a7a595d07faab29048a03.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* itron/include/rtems/itron/task.h, itron/src/def_cyc.c, itron/src/task.c, libcsupport/src/newlibc_exit.c, libcsupport/src/sync.c, libfs/src/imfs/imfs_fchmod.c, posix/include/rtems/posix/pthread.h, posix/src/pthread.c, posix/src/sysconf.c, rtems/include/rtems/rtems/tasks.h, rtems/src/tasks.c, score/include/rtems/score/stack.h, score/inline/rtems/score/stack.inl, score/inline/rtems/score/thread.inl, score/src/threadhandler.c: Fix various nested-externs warnings.
Diffstat (limited to 'cpukit/rtems/src/tasks.c')
-rw-r--r--cpukit/rtems/src/tasks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 442f5e6954..b49975bb6f 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -302,7 +302,6 @@ void _RTEMS_tasks_Manager_initialization(
void _RTEMS_tasks_Initialize_user_tasks( void )
{
- extern void (*_RTEMS_tasks_Initialize_user_tasks_p)(void);
if ( _RTEMS_tasks_Initialize_user_tasks_p )
(*_RTEMS_tasks_Initialize_user_tasks_p)();
}