Paul Eggert wrote:
> One possibility is to assume that AIX 7.1 is the only
> target platform with that bug -- that would be easier
> to maintain

Yes, this appears to be the case. Grepping through log files of many
platforms:

$ fgrep 'checking whether fstatat (..., 0) works' multibuild-1*/*.log | sed -e 
's|^multibuild-..../||' | LC_ALL=C sort -u
aix71-cc.log:checking whether fstatat (..., 0) works... (cached) no
aix71-cc.log:checking whether fstatat (..., 0) works... no
aix71-gcc.log:checking whether fstatat (..., 0) works... (cached) no
aix71-gcc.log:checking whether fstatat (..., 0) works... no
cygwin1.7.5.log:checking whether fstatat (..., 0) works... (cached) yes
cygwin1.7.5.log:checking whether fstatat (..., 0) works... yes
cygwin1.7.9.log:checking whether fstatat (..., 0) works... (cached) yes
cygwin1.7.9.log:checking whether fstatat (..., 0) works... yes
linux.log:checking whether fstatat (..., 0) works... (cached) yes
linux.log:checking whether fstatat (..., 0) works... yes
linuxhppa.log:checking whether fstatat (..., 0) works... (cached) yes
linuxhppa.log:checking whether fstatat (..., 0) works... yes
linuxia64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxia64.log:checking whether fstatat (..., 0) works... yes
linuxmips32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmips32.log:checking whether fstatat (..., 0) works... yes
linuxmips64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmips64.log:checking whether fstatat (..., 0) works... yes
linuxmipsn32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxmipsn32.log:checking whether fstatat (..., 0) works... yes
linuxppc32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxppc32.log:checking whether fstatat (..., 0) works... yes
linuxppc64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxppc64.log:checking whether fstatat (..., 0) works... yes
linuxsparc32.log:checking whether fstatat (..., 0) works... (cached) yes
linuxsparc32.log:checking whether fstatat (..., 0) works... yes
linuxsparc64.log:checking whether fstatat (..., 0) works... (cached) yes
linuxsparc64.log:checking whether fstatat (..., 0) works... yes
solaris10-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10-cc.log:checking whether fstatat (..., 0) works... yes
solaris10x86-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10x86-cc.log:checking whether fstatat (..., 0) works... yes
solaris10x86-gcc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris10x86-gcc.log:checking whether fstatat (..., 0) works... yes
solaris9-cc.log:checking whether fstatat (..., 0) works... (cached) yes
solaris9-cc.log:checking whether fstatat (..., 0) works... yes
solaris9-gcc.log:checking whether fstatat (..., 0) works... yes

Bruno
-- 
In memoriam Robert Blum <http://en.wikipedia.org/wiki/Robert_Blum>

Reply via email to