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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to