do not try to interpret implementation specific strings as tz definition

This commit is contained in:
Timo Teräs
2014-04-22 21:55:20 +03:00
committed by Rich Felker
parent 3176b57e52
commit 0f2315b4af

View File

@ -166,6 +166,7 @@ static void do_tzset()
} }
} }
} }
if (!map) s = __gmt;
} }
zi = map; zi = map;