[__GLIBC__]: GNU libc's statvfs stats each mount point in
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Aug 2003 08:28:42 +0000 (08:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Aug 2003 08:28:42 +0000 (08:28 +0000)
commiteda39b870b7a8492713ff9ed649c9d4b7fb42968
treec026adbde9ae5c588540483d7364a4d3918082a2
parentc77143dc7cbb3632eae7c42b0123470fcec01bbb
[__GLIBC__]: GNU libc's statvfs stats each mount point in
/proc/mounts until it finds one with matching device number.  This is
unnecessary when the FILE argument *is* a mount point.  No stat call
is necessary in that case.  So, disable the statvfs-testing code on
systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
as RedHat bug# 84846.
m4/fsusage.m4