summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/sig_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/sig_sem.c')
-rw-r--r--cpukit/itron/src/sig_sem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/itron/src/sig_sem.c b/cpukit/itron/src/sig_sem.c
index cde504891c..6098ab90a1 100644
--- a/cpukit/itron/src/sig_sem.c
+++ b/cpukit/itron/src/sig_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
@@ -35,7 +35,9 @@ ER sig_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 );