summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/rtems/attr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/macros/rtems/rtems/attr.inl')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/attr.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/attr.inl b/cpukit/rtems/macros/rtems/rtems/attr.inl
index 290e7f7870..2d8303db11 100644
--- a/cpukit/rtems/macros/rtems/rtems/attr.inl
+++ b/cpukit/rtems/macros/rtems/rtems/attr.inl
@@ -48,8 +48,10 @@
*
*/
+#if defined(RTEMS_MULTIPROCESSING)
#define _Attributes_Is_global( _attribute_set ) \
( (_attribute_set) & RTEMS_GLOBAL )
+#endif
/*PAGE
*