aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/patches/110-read_timezone_from_fs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/musl/patches/110-read_timezone_from_fs.patch')
-rw-r--r--toolchain/musl/patches/110-read_timezone_from_fs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/patches/110-read_timezone_from_fs.patch b/toolchain/musl/patches/110-read_timezone_from_fs.patch
index b4349e7367..fb98f7d10e 100644
--- a/toolchain/musl/patches/110-read_timezone_from_fs.patch
+++ b/toolchain/musl/patches/110-read_timezone_from_fs.patch
@@ -24,5 +24,5 @@
+ }
+
if (!s) s = "/etc/localtime";
- if (!*s) s = __gmt;
+ if (!*s) s = __utc;