Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2017 08:38:48 -0600
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern
Message-ID:  <e58d6ff3-7b19-131b-eff4-b021af64404f@FreeBSD.org>
In-Reply-To: <20170224082731.GT2092@kib.kiev.ua>
References:  <201702231936.v1NJadRa029404@repo.freebsd.org> <20170224082731.GT2092@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/24/2017 02:27, Konstantin Belousov wrote:
> On Thu, Feb 23, 2017 at 07:36:39PM +0000, Eric van Gyzen wrote:
>> +int	 sem_clockwait_np(sem_t * __restrict, __clockid_t, int,
>> +	    const struct timespec *, struct timespec *);
> I argue that semaphore.h is POSIX include file and the declaration of
> sem_clockwait_np(), despite being in implementation (non-portable)
> namespace, still should be braced with #if __BSD_VISIBLE.

Good idea.  I didn't think of that.  Thanks for noticing.

Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e58d6ff3-7b19-131b-eff4-b021af64404f>