summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-07 18:29:01 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-09 16:55:10 -0500
commit2824e63a6915b4d62adfb121c8b6368ed85ab4ce (patch)
tree0b8b078c9a7bd60e5c978f8bee0b926a2927cb7b /cpukit
parentspqreslib - Make global data extern in system.h (diff)
downloadrtems-2824e63a6915b4d62adfb121c8b6368ed85ab4ce.tar.bz2
Score Semaphore - Need Semaphore Seize Body When Multiprocessing is Enabled
mptests did not link without this modification.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/score/coresem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index cb1e1b1f92..d6952602e6 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -40,7 +40,7 @@
extern "C" {
#endif
-#if defined(RTEMS_POSIX_API)
+#if defined(RTEMS_POSIX_API) || defined(RTEMS_MULTIPROCESSING)
#define RTEMS_SCORE_CORESEM_ENABLE_SEIZE_BODY
#endif