mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise. * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>. * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
This commit is contained in:
@ -64,6 +64,9 @@
|
||||
{
|
||||
char tmpbuf[1024];
|
||||
|
||||
/* No locking needed. */
|
||||
(void) __fsetlocking (mtab, FSETLOCKING_BYCALLER);
|
||||
|
||||
while (__getmntent_r (mtab, &mntbuf, tmpbuf, sizeof (tmpbuf)))
|
||||
{
|
||||
struct stat64 fsst;
|
||||
|
Reference in New Issue
Block a user