On Sat, May 15, 2010 at 3:34 AM, Petr Baudis <pasky@xxxxxxx> wrote: > Currently, there is no note on the fact that fdopendir() is > POSIX.2008-only. > > Signed-off-by: Petr Baudis <pasky@xxxxxxx> Thanks Petr. Applied for 3.25. Cheers, Michael > --- > > diff --git a/man3/opendir.3 b/man3/opendir.3 > index a5c64a3..8e224ee 100644 > --- a/man3/opendir.3 > +++ b/man3/opendir.3 > @@ -39,6 +39,18 @@ opendir, fdopendir \- open a directory > .BI "DIR *opendir(const char *" name ); > .BI "DIR *fdopendir(int " fd ); > .fi > +.sp > +.in -4n > +Feature Test Macro Requirements for glibc (see > +.BR feature_test_macros (7)): > +.in > +.sp > +.BR fdopendir (): > +.br > +Since glibc 2.10: _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L > +.br > +Before glibc 2.10: > +_GNU_SOURCE > .SH DESCRIPTION > The > .BR opendir () > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface" http://blog.man7.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html