From: Adhemerval Zanella Date: Thu, 1 Apr 2021 16:55:46 +0000 (-0300) Subject: support: Fix hurd build after bfddda2570331d X-Git-Tag: glibc-2.34~717 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d8cf564a23dcf87bbe84952c8dcaf3ab7d9738b;p=thirdparty%2Fglibc.git support: Fix hurd build after bfddda2570331d --- diff --git a/support/support_stat_nanoseconds.c b/support/support_stat_nanoseconds.c index 6a9e49cc885..accca0a6036 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;