_XOPEN_SOURCE=500 also gets fchdir() prototype.

This commit is contained in:
Michael Kerrisk 2006-08-04 08:39:48 +00:00
parent 6f14c14581
commit ead8304237
1 changed files with 4 additions and 2 deletions

View File

@ -114,7 +114,9 @@ The prototype for
.BR fchdir ()
is only available if
.B _BSD_SOURCE
is defined.
is defined, or
.B _XOPEN_SOURCE
is defined with the value 500.
.SH "CONFORMING TO"
SVr4, 4.4BSD, POSIX.1-2001.
.SH "SEE ALSO"