Shared semaphores are not supported
authorkn <kn@openbsd.org>
Tue, 6 Apr 2021 19:59:32 +0000 (19:59 +0000)
committerkn <kn@openbsd.org>
Tue, 6 Apr 2021 19:59:32 +0000 (19:59 +0000)
commit3bcf74b64c76f19e649661450b37166f23c1efea
tree7b9f1ba0d832543e075dd5b30b247734c0279195
parenta9664d4dae07286c3a92105bd05c45338da44eb7
Shared semaphores are not supported

Shared semaphores were reverted with lib/librthread/rthread_sem.c r1.18
in 2013 but corresponding manual bits were not;  revert sem_init.3 r1.6
(modulo the unrelated "named semaphores" hunk).

Reported by Rubén Llorente, thanks.
Prodding OK jmc
lib/libpthread/man/sem_init.3