Paul Eggert wrote: > I installed the attached, which follows your suggestion of reverting the > *.m4 and modules/* changes, and which fixes fchmodat.c in what should be > a better way. Tested on OpenBSD 7.7 but only on a platform where I have > just one groupid.
Tests OK also on my OpenBSD 7.6, 7.7 VMs and on Cygwin 2.9.0. Need to revert the doc change as well: 2025-09-22 Bruno Haible <[email protected]> fchownat: Revert my earlier change today entirely. * doc/posix-functions/fchownat.texi: Revert last change. diff --git a/doc/posix-functions/fchownat.texi b/doc/posix-functions/fchownat.texi index c566949911..34c1d724f1 100644 --- a/doc/posix-functions/fchownat.texi +++ b/doc/posix-functions/fchownat.texi @@ -32,7 +32,7 @@ @item Some platforms mistakenly dereference symlinks when using @code{AT_SYMLINK_NOFOLLOW}: -Linux kernel 2.6.17, OpenBSD 7.6, Cygwin 2.9.0. +Linux kernel 2.6.17. @item This function does not fail for an empty filename on some platforms: Linux with glibc < 2.11.
