Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:fchdir

783    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html>.  */
785 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
787 /* Gnulib internal hooks needed to maintain the fchdir metadata. */
796 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
799 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
800 _GL_CXXALIASWARN (fchdir);
802 # undef fchdir
804 _GL_WARN_ON_USE (fchdir, "fchdir is unportable - "
805 "use gnulib module fchdir for portability");