Home | History | Annotate | Download | only in lib

Lines Matching full:fchdir

471    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>.  */
473 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
475 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
484 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
487 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
488 _GL_CXXALIASWARN (fchdir);
490 # undef fchdir
492 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
493 "use gnulib module fchdir for portability");