From 7e2e924362df5556ff55ee7e1b8738a05d067ec4 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 4 Jun 2002 07:14:57 +0000 Subject: Another attempt to get sem_getvalue working. --- sem_post.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sem_post.c') diff --git a/sem_post.c b/sem_post.c index afa7533..d055d93 100644 --- a/sem_post.c +++ b/sem_post.c @@ -76,7 +76,7 @@ sem_post (sem_t * sem) if (sem == NULL || *sem == NULL) { - result = EINVAL; + result = EINVAL; } #ifdef NEED_SEM @@ -90,7 +90,7 @@ sem_post (sem_t * sem) #endif /* NEED_SEM */ { - result = EINVAL; + result = EINVAL; } if (result != 0) -- cgit v1.2.3