svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern

Eric van Gyzen vangyzen at FreeBSD.org
Fri Feb 24 14:38:52 UTC 2017


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


More information about the svn-src-head mailing list