mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* posix/TESTS: Fix expected result for test cases with * with no leading expression.
This commit is contained in:
@ -37,8 +37,9 @@ fstatvfs (int fd, struct statvfs *buf)
|
||||
if (__fstatfs (fd, &fsbuf) < 0)
|
||||
return -1;
|
||||
|
||||
#define STAT(st) fstat (fd, st)
|
||||
#include "internal_statvfs.c"
|
||||
|
||||
|
||||
/* We signal success if the statfs call succeeded. */
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user