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