support: Fix hurd build after bfddda2570

This commit is contained in:
Adhemerval Zanella 2021-04-01 13:55:46 -03:00
parent b1ec623ed5
commit 4d8cf564a2

View file

@ -29,7 +29,7 @@
bool bool
support_stat_nanoseconds (const char *path) support_stat_nanoseconds (const char *path)
{ {
bool support; bool support = true;
#ifdef __linux__ #ifdef __linux__
/* Obtain the original timestamp to restore at the end. */ /* Obtain the original timestamp to restore at the end. */
struct stat ost; struct stat ost;