summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_sem.c')
-rw-r--r--cpukit/itron/src/cre_sem.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/itron/src/cre_sem.c b/cpukit/itron/src/cre_sem.c
index e32d8849c4..44671a3921 100644
--- a/cpukit/itron/src/cre_sem.c
+++ b/cpukit/itron/src/cre_sem.c
@@ -79,10 +79,8 @@ ER cre_sem(
_CORE_semaphore_Initialize(
&the_semaphore->semaphore,
- OBJECTS_ITRON_SEMAPHORES,
&the_semaphore_attributes,
- pk_csem->isemcnt,
- NULL /* Multiprocessing not supported */
+ pk_csem->isemcnt
);
_ITRON_Objects_Open( &_ITRON_Semaphore_Information, &the_semaphore->Object );