[COMMITTED] support: Fix hurd build after bfddda2570331d

Adhemerval Zanella adhemerval.zanella@linaro.org
Thu Apr 1 17:52:05 GMT 2021


---
 support/support_stat_nanoseconds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/support_stat_nanoseconds.c b/support/support_stat_nanoseconds.c
index 6a9e49cc88..accca0a603 100644
--- a/support/support_stat_nanoseconds.c
+++ b/support/support_stat_nanoseconds.c
@@ -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;
-- 
2.27.0



More information about the Libc-alpha mailing list