NEWS.stable: update
[gnulib.git] / modules / lchown
1 Description:
2 lchown() function: change ownership of a file, without following symlinks.
3
4 Files:
5 lib/lchown.c
6 m4/lchown.m4
7
8 Depends-on:
9 unistd
10 chown           [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
11 errno           [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
12 lstat           [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
13 stdbool         [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
14 sys_stat        [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
15
16 configure.ac:
17 gl_FUNC_LCHOWN
18 gl_UNISTD_MODULE_INDICATOR([lchown])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Jim Meyering, Eric Blake