fcntl.2: Remove mention of _BSD_SOURCE to get definition of F_SETOQN/F_GETOWN

This usage went away in glibc 2.20, and the simplest remedy
is just to omit mention of it.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-12 14:36:42 +01:00
parent 1b5de130aa
commit 6b0f5f5c4c
1 changed files with 2 additions and 2 deletions

View File

@ -1677,8 +1677,8 @@ and
.B F_SETOWN
are specified in POSIX.1-2001.
(To get their definitions, define either
.BR _BSD_SOURCE ,
or
.\" .BR _BSD_SOURCE ,
.\" or
.BR _XOPEN_SOURCE
with the value 500 or greater, or
.BR _POSIX_C_SOURCE