gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / fchownat
blob49c4b18096942ee675bde4a33510e7fd9b5acc82
1 Description:
2 fchownat() function: Change the owner of a file at a directory.
4 Files:
5 lib/fchownat.c
6 lib/at-func.c
7 m4/fchownat.m4
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
13 errno           [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
14 extern-inline   [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
15 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
16 fcntl-h         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
17 filename        [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]
23 configure.ac:
24 gl_FUNC_FCHOWNAT
25 gl_CONDITIONAL([GL_COND_OBJ_FCHOWNAT],
26                [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1])
27 gl_UNISTD_MODULE_INDICATOR([fchownat])
29 Makefile.am:
30 if GL_COND_OBJ_FCHOWNAT
31 lib_SOURCES += fchownat.c
32 endif
34 Include:
35 <unistd.h>
37 License:
38 GPL
40 Maintainer:
41 Jim Meyering, Eric Blake, Paul Eggert