diff options
author | rpj <rpj> | 2001-07-03 13:22:36 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-07-03 13:22:36 +0000 |
commit | 861a8bb5523f257b474f68334c2c5300e52c5371 (patch) | |
tree | f648d5bd06aa5e9680e266f66827beace26c9dbb /semaphore.c | |
parent | e8f8484fa9721cd8d929e630dbcb584ad4ff091b (diff) |
Remove typo from semaphore.c.snap-2001-07-03
Update ANNOUNCE to get ready for new snapshot.
Diffstat (limited to 'semaphore.c')
-rw-r--r-- | semaphore.c | 1 |
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 |