summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/ref_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/ref_sem.c')
-rw-r--r--cpukit/itron/src/ref_sem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/itron/src/ref_sem.c b/cpukit/itron/src/ref_sem.c
index 9a46cca38d..852e32bade 100644
--- a/cpukit/itron/src/ref_sem.c
+++ b/cpukit/itron/src/ref_sem.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -38,7 +38,9 @@ ER ref_sem(
the_semaphore = _ITRON_Semaphore_Get( semid, &location );
switch ( location ) {
+#if defined(RTEMS_MULTIPROCESSING)
case OBJECTS_REMOTE: /* Multiprocessing not supported */
+#endif
case OBJECTS_ERROR:
return _ITRON_Semaphore_Clarify_get_id_error( semid );