Haiku: remove redundant calls to delete_sem()
Fixes #184.
Semaphores are kernel-managed objects, calling delete_sem() twice is not more
dangerous than calling close() twice on an fd though, it would just return
an error.
Showing
Please
register
or
sign in
to comment