CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/04/06 13:59:32
Modified files: lib/libpthread/man: sem_init.3 Log message: 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