Revert autoupdate's revert.
[gnulib.git] / modules / fchmodat
blob83e14abc98ddc05bc7b531cc6c0a5c0d6cc137c4
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
4 Files:
5 lib/fchmodat.c
6 lib/at-func.c
7 m4/fchmodat.m4
9 Depends-on:
10 sys_stat
11 extensions
12 at-internal     [test $HAVE_FCHMODAT = 0]
13 errno           [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
14 extern-inline   [test $HAVE_FCHMODAT = 0]
15 fchdir          [test $HAVE_FCHMODAT = 0]
16 fcntl-h         [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
17 filename        [test $HAVE_FCHMODAT = 0]
18 fstatat         [test $REPLACE_FCHMODAT = 1]
19 intprops        [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
20 lchmod          [test $HAVE_FCHMODAT = 0]
21 openat-die      [test $HAVE_FCHMODAT = 0]
22 openat-h        [test $HAVE_FCHMODAT = 0]
23 save-cwd        [test $HAVE_FCHMODAT = 0]
24 unistd          [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
26 configure.ac:
27 gl_FUNC_FCHMODAT
28 if test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1; then
29   AC_LIBOBJ([fchmodat])
30   gl_PREREQ_FCHMODAT
32 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
34 Makefile.am:
36 Include:
37 <sys/stat.h>
39 License:
40 GPL
42 Maintainer:
43 Jim Meyering, Eric Blake, Paul Eggert