summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-06-19 23:30:01 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-06-19 23:38:05 -0500
commit8f71b269b18ba6d375ebc7227353e03067ab723b (patch)
tree58264aa4641ae7408e62d123de93e1b7a024e35f /doc/posix-functions
parent16790d2d21b9f815590c9655a5b4641a58025401 (diff)
downloadgnulib-8f71b269b18ba6d375ebc7227353e03067ab723b.tar.gz
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.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/chmod.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/chmod.texi b/doc/posix-functions/chmod.texi
index b425c680be..90175fd7b9 100644
--- a/doc/posix-functions/chmod.texi
+++ b/doc/posix-functions/chmod.texi
@@ -12,4 +12,8 @@ Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function does not fail when the file name argument ends in a slash
+and (without the slash) names a non-directory, on some platforms:
+AIX 7.2.
@end itemize