Date: Tue, 8 Dec 2009 16:45:37 -0500 From: John Baldwin <jhb@freebsd.org> To: Jilles Tjoelker <jilles@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200274 - head/lib/libc/gen Message-ID: <200912081645.37356.jhb@freebsd.org> In-Reply-To: <200912082048.nB8Km6aP099420@svn.freebsd.org> References: <200912082048.nB8Km6aP099420@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 08 December 2009 3:48:06 pm Jilles Tjoelker wrote: > Author: jilles > Date: Tue Dec 8 20:48:06 2009 > New Revision: 200274 > URL: http://svn.freebsd.org/changeset/base/200274 > > Log: > sem_init(3): document process shared semaphores and their restrictions I think the other language was more accurate. The new language has far less detail such as no longer documenting EPERM. I think it is also quite accurate to say that the current implementation is not capable of process shared semaphores. Several things would need to be changed including moving away from using file descriptors. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912081645.37356.jhb>