musl: update to latest git version
[openwrt-github/.git] / toolchain / musl / patches / 110-read_timezone_from_fs.patch
index 3ff63ac2205a723c3443d12e8a7fa1c1c3bcd161..b4349e73676d6a49df7f5e1d77ea7d04201a523f 100644 (file)
@@ -23,6 +23,6 @@
 +              s = tzfile = (void *)__map_file("/etc/TZ", &tzfile_size);
 +      }
 +
-       if (!s || !*s) s = "/etc/localtime";
+       if (!s) s = "/etc/localtime";
+       if (!*s) s = __gmt;
  
-       if (old_tz && !strcmp(s, old_tz)) return;