aboutsummaryrefslogtreecommitdiffstats
path: root/man2/vfork.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/vfork.2')
-rw-r--r--man2/vfork.28
1 files changed, 3 insertions, 5 deletions
diff --git a/man2/vfork.2 b/man2/vfork.2
index 205afe04ad..36d741327e 100644
--- a/man2/vfork.2
+++ b/man2/vfork.2
@@ -47,11 +47,9 @@ Feature Test Macro Requirements for glibc (see
.TP 4
Since glibc 2.12:
.nf
-_BSD_SOURCE ||
-.\" (_XOPEN_SOURCE\ >=\ 500 ||
-.\" _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED) &&
- (_XOPEN_SOURCE\ >=\ 500) &&
- ! (_POSIX_C_SOURCE\ >=\ 200809L)
+(_XOPEN_SOURCE\ >=\ 500) && ! (_POSIX_C_SOURCE\ >=\ 200809L)
+ || /* Since glibc 2.19: */ _DEFAULT_SOURCE
+ || /* Glibc versions <= 2.19: */ _BSD_SOURCE
.TP 4
.fi
Before glibc 2.12: