ptsname_r: support ptys returned by FreeBSD posix_openpt
[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 lib/openat-priv.h
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 fstatat         [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
35 Include:
36 <unistd.h>
37
38 License:
39 GPL
40
41 Maintainer:
42 Jim Meyering, Eric Blake