fcntl.h: Make visible various POSIX.1-2008 features.
authorjilles <jilles@FreeBSD.org>
Thu, 17 Apr 2014 21:29:22 +0000 (21:29 +0000)
committerjilles <jilles@FreeBSD.org>
Thu, 17 Apr 2014 21:29:22 +0000 (21:29 +0000)
commit1cb4e2182c251d1b497c4d4eee73f4a512697e54
tree8fb19419c3a383a48db847f1bdcb0cccb3ab4148
parent695d374d8dc0dc9ac5cfd38845c6c66cc8c5ca53
fcntl.h: Make visible various POSIX.1-2008 features.

Also, remove #if __BSD_VISIBLE where it is redundant. When __BSD_VISIBLE is
defined to 1, __POSIX_VISIBLE, __XSI_VISIBLE and __ISO_C_VISIBLE are also
defined to the newest supported version.

PR: 188173
Reviewed by: pluknet
sys/sys/fcntl.h