stat.2: Move the obsolete _BSD_SOURCE FTM to the end of the FTM info

Since _BSD_SOURCE is obsolete for quite some time now,
it should not be listed as the first FTM for lstat().

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-05 14:34:16 +01:00
parent 1dd0d7b4e4
commit 96b6532808
1 changed files with 2 additions and 2 deletions

View File

@ -64,11 +64,11 @@ Feature Test Macro Requirements for glibc (see
.PP
.BR lstat ():
.nf
/* Glibc 2.19 and earlier */ _BSD_SOURCE
|| /* Since glibc 2.20 */ _DEFAULT_SOURCE
/* Since glibc 2.20 */ _DEFAULT_SOURCE
|| _XOPEN_SOURCE\ >=\ 500
.\" _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
|| /* Since glibc 2.10: */ _POSIX_C_SOURCE\ >=\ 200112L
|| /* Glibc 2.19 and earlier */ _BSD_SOURCE
.fi
.PP
.BR fstatat ():