musl: update to version 1.1.19
[openwrt/staging/chunkeey.git] / toolchain / musl / patches / 110-read_timezone_from_fs.patch
index b4349e73676d6a49df7f5e1d77ea7d04201a523f..fb98f7d10ee83155f4d46ee1a226c082c0d9d9a4 100644 (file)
@@ -24,5 +24,5 @@
 +      }
 +
        if (!s) s = "/etc/localtime";
-       if (!*s) s = __gmt;
+       if (!*s) s = __utc;