doc: Update target platforms list.
[gnulib.git] / modules / lchown
blob217dd75cceee81619133d197e913cbc1834d36e5
1 Description:
2 lchown() function: change ownership of a file, without following symlinks.
4 Files:
5 lib/lchown.c
6 m4/lchown.m4
8 Depends-on:
9 unistd
10 readlink        [test $HAVE_LCHOWN = 0]
11 chown           [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
12 errno           [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 lstat           [test $REPLACE_LCHOWN = 1]
17 configure.ac:
18 gl_FUNC_LCHOWN
19 gl_CONDITIONAL([GL_COND_OBJ_LCHOWN],
20                [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1])
21 gl_UNISTD_MODULE_INDICATOR([lchown])
23 Makefile.am:
24 if GL_COND_OBJ_LCHOWN
25 lib_SOURCES += lchown.c
26 endif
28 Include:
29 <unistd.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering, Eric Blake