projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3176b57
)
do not try to interpret implementation specific strings as tz definition
author
Timo Teräs
<timo.teras@iki.fi>
Tue, 22 Apr 2014 18:55:20 +0000
(21:55 +0300)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 22 Apr 2014 20:45:58 +0000
(16:45 -0400)
src/time/__tz.c
patch
|
blob
|
history
diff --git
a/src/time/__tz.c
b/src/time/__tz.c
index fbe3d4921532e5bd70e13acf953c77045b55f42e..93d59e8dadf141dea52f0dcb9baff5af5f65ff7c 100644
(file)
--- a/
src/time/__tz.c
+++ b/
src/time/__tz.c
@@
-166,6
+166,7
@@
static void do_tzset()
}
}
}
+ if (!map) s = __gmt;
}
zi = map;