]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264628: fcntl.h: Make visible various POSIX.1-2008 features.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Oct 2014 22:55:16 +0000 (22:55 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Oct 2014 22:55:16 +0000 (22:55 +0000)
commit2e68d97c4e01e49ae108dd4645a8a083a4abfd0d
tree68001a4fd40da3c6868b7cf9f821559be669333f
parentc2d826bd971cdf4367df0535f49e310d74cbb2d0
MFC r264628: 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

git-svn-id: svn://svn.freebsd.org/base/stable/10@273840 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/fcntl.h