mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
lchown: Use issymlink.
* lib/lchown.c (lchown): Use issymlink instead of readlink. * modules/lchown (Depends-on): Remove readlink. Add issymlink.
This commit is contained in:
@@ -7,7 +7,7 @@ m4/lchown.m4
|
||||
|
||||
Depends-on:
|
||||
unistd-h
|
||||
readlink [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||
issymlink [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||
chown [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||
errno-h [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||
bool [test $HAVE_LCHOWN = 0 || test $REPLACE_LCHOWN = 1]
|
||||
|
||||
Reference in New Issue
Block a user