public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] support: Fix hurd build after bfddda2570331d
@ 2021-04-01 17:52 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2021-04-01 17:52 UTC (permalink / raw)
  To: libc-alpha

---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-01 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 17:52 [COMMITTED] support: Fix hurd build after bfddda2570331d Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).