summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 14:43:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 14:43:45 +0000
commit40c2d41e5beb7dbf6a6270df1497e92ad62c010d (patch)
tree4e7fdcc49de8e2ae8d4fc89e0fe4573744f6facf /testsuites/sptests/spsize/size.c
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-40c2d41e5beb7dbf6a6270df1497e92ad62c010d.tar.bz2
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.
Diffstat (limited to 'testsuites/sptests/spsize/size.c')
-rw-r--r--testsuites/sptests/spsize/size.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 7c21913d93..b04ab1d27c 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -118,6 +118,8 @@ int getint( void );
(STACK_MINIMUM_SIZE + CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK + \
sizeof(Thread_Control) + \
MPCI_RECEIVE_SERVER_FP)
+
+extern CORE_semaphore_Control _MPCI_Semaphore;
#else
#define MP_SYSTEM_TASKS 0
#endif