On Mon, Nov 18, 2013 at 3:19 PM, Ted Unangst <t...@tedunangst.com> wrote: > On Mon, Nov 18, 2013 at 16:10, Ted Unangst wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: t...@cvs.openbsd.org 2013/11/18 16:10:48 >> >> Modified files: >> lib/librthread : rthread.h rthread_sem.c >> >> Log message: >> interprocess semaphores ala sem_open. mostly following in the pattern >> of shm_open. with some additions and fixes from zhuk. > > btw, no library version change because the function stubs already > existed.
Hmm, since this is actually offering new functionality (by sem_open() and friends no longer always failing), I think it a minor bump would be appropriate. Consider that a program with an autoconf test of sem_open() will now return a different answer, just as if sem_open() was completely new. no? Philip Guenther