mknodat.2: Fixed feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 15:21:52 +02:00
parent 1e2ba090e1
commit 2cee10882c
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ Feature Test Macro Requirements for glibc (see
.sp
.BR mknodat ():
.br
Since glibc 2.10: _XOPEN_SOURCE\ >=\ 700 || _POSIX_C_SOURCE\ >=\ 200809L
Since glibc 2.10: _XOPEN_SOURCE\ >=\ 700
.\" Other FTM combinations will also expose mknodat(), but this function was
.\" added in SUSv4, maked XSI, so we'll just document what the standard says
.br
Before glibc 2.10:
_ATFILE_SOURCE