2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
	declared in a public place.
This commit is contained in:
Joel Sherrill
2008-09-05 14:43:45 +00:00
parent 39cc10ab8a
commit 40c2d41e5b
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
declared in a public place.
2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp07/system.h, sp07/tcreate.c: Convert to bool type. * sp07/system.h, sp07/tcreate.c: Convert to bool type.

View File

@@ -118,6 +118,8 @@ int getint( void );
(STACK_MINIMUM_SIZE + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK + \ (STACK_MINIMUM_SIZE + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK + \
sizeof(Thread_Control) + \ sizeof(Thread_Control) + \
MPCI_RECEIVE_SERVER_FP) MPCI_RECEIVE_SERVER_FP)
extern CORE_semaphore_Control _MPCI_Semaphore;
#else #else
#define MP_SYSTEM_TASKS 0 #define MP_SYSTEM_TASKS 0
#endif #endif