2 fchmodat() function: Change access permissions of a file at a directory.
12 at-internal [test $HAVE_FCHMODAT = 0]
13 c99 [test $REPLACE_FCHMODAT = 1]
14 errno [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
15 extern-inline [test $HAVE_FCHMODAT = 0]
16 fchdir [test $HAVE_FCHMODAT = 0]
17 fcntl-h [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
18 filename [test $HAVE_FCHMODAT = 0]
19 fstatat [test $REPLACE_FCHMODAT = 1]
20 intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
21 lchmod [test $HAVE_FCHMODAT = 0]
22 openat-die [test $HAVE_FCHMODAT = 0]
23 openat-h [test $HAVE_FCHMODAT = 0]
24 save-cwd [test $HAVE_FCHMODAT = 0]
25 unistd [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
29 if test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1; then
33 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
44 Jim Meyering, Eric Blake, Paul Eggert