From owner-svn-src-head@freebsd.org Fri Feb 24 14:38:52 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65789CEB35C; Fri, 24 Feb 2017 14:38:52 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB8A64C; Fri, 24 Feb 2017 14:38:52 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from ford.home.vangyzen.net (unknown [76.164.15.242]) by smtp.vangyzen.net (Postfix) with ESMTPSA id CD1EB56483; Fri, 24 Feb 2017 08:38:51 -0600 (CST) Subject: Re: svn commit: r314179 - in head: contrib/netbsd-tests/lib/librt include lib/libc/gen lib/libc/include share/man/man3 sys/kern To: Konstantin Belousov References: <201702231936.v1NJadRa029404@repo.freebsd.org> <20170224082731.GT2092@kib.kiev.ua> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Eric van Gyzen Message-ID: Date: Fri, 24 Feb 2017 08:38:48 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170224082731.GT2092@kib.kiev.ua> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2017 14:38:52 -0000 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