From 5537698be1dfe40676d0f5e9b43852a72a5e5573 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 24 Jul 2015 15:35:55 +0000 Subject: musl: update to latest git version Signed-off-by: Felix Fietkau SVN-Revision: 46481 --- toolchain/musl/patches/110-read_timezone_from_fs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/musl/patches/110-read_timezone_from_fs.patch') diff --git a/toolchain/musl/patches/110-read_timezone_from_fs.patch b/toolchain/musl/patches/110-read_timezone_from_fs.patch index 3ff63ac220..b4349e7367 100644 --- a/toolchain/musl/patches/110-read_timezone_from_fs.patch +++ b/toolchain/musl/patches/110-read_timezone_from_fs.patch @@ -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; -- cgit v1.2.3