92d061a7dc1d300a588212244033f24e6d1ced79
[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 lib/openat.h
8 lib/openat-priv.h
9 m4/fchmodat.m4
10
11 Depends-on:
12 dirent
13 dosname
14 errno
15 extensions
16 fchdir
17 fcntl-h
18 openat
19 save-cwd
20 stdbool
21 sys_stat
22 unistd
23
24 configure.ac:
25 gl_FUNC_FCHMODAT
26 if test $HAVE_FCHMODAT = 0; then
27   AC_LIBOBJ([fchmodat])
28 fi
29 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/openat.h
30 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
31 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
32
33 Makefile.am:
34
35 Include:
36 <sys/stat.h>
37
38 License:
39 GPL
40
41 Maintainer:
42 Jim Meyering, Eric Blake