[BZ #5184]
commit800d6f9ee878373efac8d7063f1231be4b054225
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Oct 2007 22:50:20 +0000 (16 22:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Oct 2007 22:50:20 +0000 (16 22:50 +0000)
treeb21a605800ff8903136b7c9b8d5dcc84756e67f9
parent69819d92239d4b8d7519a3cbcff0e2cab5906be3
[BZ #5184]

Include stdbool.h. (my_strftime): New wrapper, old function renamed to... (__strftime_internal): ... new function.  Add tzset_called argument, pass it down to recursive calls, don't call tzset () if already true, set to true after call to tzset ().
2007-10-16  Jakub Jelinek  <jakub@redhat.com>

[BZ #5184]
* time/strftime_l.c: Include stdbool.h.
(my_strftime): New wrapper, old function renamed to...
(__strftime_internal): ... new function.  Add tzset_called
argument, pass it down to recursive calls, don't call tzset ()
if already true, set to true after call to tzset ().
ChangeLog
time/strftime_l.c