summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/semaphorecreatesupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/semaphorecreatesupp.c')
-rw-r--r--c/src/exec/posix/src/semaphorecreatesupp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/exec/posix/src/semaphorecreatesupp.c b/c/src/exec/posix/src/semaphorecreatesupp.c
index e45d4d808a..86b1179660 100644
--- a/c/src/exec/posix/src/semaphorecreatesupp.c
+++ b/c/src/exec/posix/src/semaphorecreatesupp.c
@@ -100,13 +100,7 @@ int _POSIX_Semaphore_Create_support(
the_sem_attr->maximum_count = 0xFFFFFFFF;
- _CORE_semaphore_Initialize(
- &the_semaphore->Semaphore,
- OBJECTS_POSIX_SEMAPHORES,
- the_sem_attr,
- value,
- NULL /* multiprocessing is not supported */
- );
+ _CORE_semaphore_Initialize( &the_semaphore->Semaphore, the_sem_attr, value );
/*
* Make the semaphore available for use.