do-release-commit-and-tag: add option to specify branch
[gnulib.git] / modules / chown
1 Description:
2 chown() function: change ownership of a file, following symlinks.
3
4 Files:
5 lib/chown.c
6 lib/fchown-stub.c
7 m4/chown.m4
8
9 Depends-on:
10 unistd
11 open            [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
12 stat            [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
13 stdbool         [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
14 sys_stat        [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
15
16 configure.ac:
17 gl_FUNC_CHOWN
18 gl_UNISTD_MODULE_INDICATOR([chown])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Jim Meyering