verify: new macro 'assume'
[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/chownat.c
7 lib/at-func.c
8 m4/fchownat.m4
9
10 Depends-on:
11 unistd
12 extensions
13 at-internal     [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
14 dosname         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
15 errno           [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
16 extern-inline   [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
17 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
18 fcntl-h         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
19 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
20 openat-die      [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
21 openat-h        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
22 save-cwd        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
23 statat          [test $REPLACE_FCHOWNAT = 1]
24
25 configure.ac:
26 gl_FUNC_FCHOWNAT
27 if test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1; then
28   AC_LIBOBJ([fchownat])
29 fi
30 gl_MODULE_INDICATOR([fchownat]) dnl for lib/openat.h
31 gl_UNISTD_MODULE_INDICATOR([fchownat])
32
33 Makefile.am:
34 lib_SOURCES += chownat.c
35
36 Include:
37 <unistd.h>
38
39 License:
40 GPL
41
42 Maintainer:
43 Jim Meyering, Eric Blake