]> Savannah Git Hosting - gnulib.git/commit
lchmod: port back to AIX 7.2
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jun 2022 04:30:01 +0000 (23:30 -0500)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Aug 2022 23:14:01 +0000 (01:14 +0200)
commit111642c003783e4318819397cda791ae83266e2f
treea2b85b42571672006d26b1e3962403c2a01db2d7
parentf6a9213cba16aab5f4d8ea9ff6cc66f201f37667
lchmod: port back to AIX 7.2

Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2022-06/msg00075.html
* lib/lchmod.c: Include string.h, for strlen.
(lchmod): Do not depend on HAVE_READLINK since we now depend on
the readlink module.  Check for AIX 7.2 bug.
* m4/lchmod.m4 (gl_PREREQ_LCHMOD): Do not check for readlink
since we now depend on the readlink module.
* modules/lchmod (Depends-on): Depend on readlink.
ChangeLog
doc/glibc-functions/lchmod.texi
doc/posix-functions/chmod.texi
lib/lchmod.c
m4/lchmod.m4
modules/lchmod