From 6b0f5f5c4c3496df4ee41bfe2a6379b97cce59aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Feb 2016 14:36:42 +0100 Subject: [PATCH] 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 --- man2/fcntl.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 89230be50..d8e09247b 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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