mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
support: Fix hurd build after bfddda2570
This commit is contained in:
parent
b1ec623ed5
commit
4d8cf564a2
@ -29,7 +29,7 @@
|
||||
bool
|
||||
support_stat_nanoseconds (const char *path)
|
||||
{
|
||||
bool support;
|
||||
bool support = true;
|
||||
#ifdef __linux__
|
||||
/* Obtain the original timestamp to restore at the end. */
|
||||
struct stat ost;
|
||||
|
Loading…
Reference in New Issue
Block a user