(tzset_internal): Add new parameter which is nonzero if called through tzset. Use...
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2004 19:24:24 +0000 (19:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2004 19:24:24 +0000 (19:24 +0000)
commitc3d1af70af685c68c8dfcebd3121062d25cc5c69
treef88b4e5dd4e20a1ea718c8312b2afdedfcd67791
parentcc6502ddb867d277023f48ed26e2b1725bb2e792
(tzset_internal): Add new parameter which is nonzero if called through tzset.  Use TZDEFAULT name including name comparison if the new parameter is zero.  This means implicit tzset calls will not cause files to be opened and read by tzfile.c all the time.
time/tzset.c