mknod.2: Fix feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-18 11:40:42 +02:00
parent 43e0fe7d64
commit ba8c512872
1 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,12 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR mknod ():
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
.ad l
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RE
.ad
.SH DESCRIPTION
The system call
.BR mknod ()