faccessat, etc.: support AT_FDCWD-only use
[gnulib.git] / modules / fchmodat
1 Description:
2 fchmodat() function: Change access permissions of a file at a directory.
3
4 Files:
5 lib/fchmodat.c
6 lib/at-func.c
7 m4/fchmodat.m4
8
9 Depends-on:
10 sys_stat
11 extensions
12 at-internal     [test $HAVE_FCHMODAT = 0]
13 dosname         [test $HAVE_FCHMODAT = 0]
14 errno           [test $HAVE_FCHMODAT = 0]
15 extern-inline   [test $HAVE_FCHMODAT = 0]
16 fchdir          [test $HAVE_FCHMODAT = 0]
17 fcntl-h         [test $HAVE_FCHMODAT = 0]
18 openat-die      [test $HAVE_FCHMODAT = 0]
19 openat-h        [test $HAVE_FCHMODAT = 0]
20 save-cwd        [test $HAVE_FCHMODAT = 0]
21
22 configure.ac:
23 gl_FUNC_FCHMODAT
24 if test $HAVE_FCHMODAT = 0; then
25   AC_LIBOBJ([fchmodat])
26 fi
27 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
28 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
29
30 Makefile.am:
31
32 Include:
33 <sys/stat.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering, Eric Blake