Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / chown
blob94bff841c76e747609fc7b101c17c01d1a059c0f
1 Description:
2 chown() function: change ownership of a file, following symlinks.
4 Files:
5 lib/chown.c
6 lib/fchown-stub.c
7 m4/chown.m4
9 Depends-on:
10 open
11 stat
12 stdbool
13 sys_stat
14 unistd
16 configure.ac:
17 gl_FUNC_CHOWN
18 gl_UNISTD_MODULE_INDICATOR([chown])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 Jim Meyering