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:
@ -40,7 +40,7 @@
|
||||
file. The way we can test for matching filesystem is using the
|
||||
device number. */
|
||||
buf->f_flag = 0;
|
||||
if (fstat (fd, &st) >= 0)
|
||||
if (STAT (&st) >= 0)
|
||||
{
|
||||
int save_errno = errno;
|
||||
struct mntent mntbuf;
|
||||
|
Reference in New Issue
Block a user