summaryrefslogtreecommitdiff
path: root/sem_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'sem_post.c')
-rw-r--r--sem_post.c4
1 files changed, 2 insertions, 2 deletions
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)