setpgid.2: Correct feature test macro requirements for setpgrp()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-18 05:50:07 +02:00
parent 02e92562bb
commit 42da7911c1
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ Feature Test Macro Requirements for glibc (see
_XOPEN_SOURCE\ >=\ 500
.sp
.BR setpgrp ()
(POSIX.1): _SVID_SOURCE || _XOPEN_SOURCE >= 500
(POSIX.1): _SVID_SOURCE || _XOPEN_SOURCE >= 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.sp
.BR setpgrp "()\ (BSD),"
.BR getpgrp "()\ (BSD):"