summaryrefslogtreecommitdiff
path: root/semaphore.c
diff options
context:
space:
mode:
Diffstat (limited to 'semaphore.c')
-rw-r--r--semaphore.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/semaphore.c b/semaphore.c
index f2210d4..8819df1 100644
--- a/semaphore.c
+++ b/semaphore.c
@@ -498,7 +498,6 @@ sem_post_multiple (sem_t * sem, int count )
{
result = EINVAL;
}
- else
#ifdef NEED_SEM