From f73fc29d6692e721e50a7a595d07faab29048a03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 19:18:52 +0000 Subject: 2008-08-18 Joel Sherrill * 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. --- cpukit/score/inline/rtems/score/stack.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/inline/rtems/score/stack.inl') diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl index 7726cf1a05..b7fb538747 100644 --- a/cpukit/score/inline/rtems/score/stack.inl +++ b/cpukit/score/inline/rtems/score/stack.inl @@ -47,7 +47,6 @@ RTEMS_INLINE_ROUTINE void _Stack_Initialize ( */ RTEMS_INLINE_ROUTINE uint32_t _Stack_Minimum (void) { - extern uint32_t rtems_minimum_stack_size; return rtems_minimum_stack_size; } -- cgit v1.2.3