]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
support: Fix hurd build after bfddda2570331d
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 1 Apr 2021 16:55:46 +0000 (13:55 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 1 Apr 2021 16:55:46 +0000 (13:55 -0300)
support/support_stat_nanoseconds.c

index 6a9e49cc885b998861712202093355d4f6d78c63..accca0a603639d508edea63ae52846ce7db9c1f7 100644 (file)
@@ -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;