move __tm_to_tzname declaration to time_impl.h with related functions
commit72bc6cbfed34f9787cc740e55c793ebbf3a2fe67
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2018 02:48:19 +0000 (7 22:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:30 +0000 (12 14:34 -0400)
tree0896096a296c14abb47b260711b166ea16887835
parent8dafb84e667e81f04b0dace310161d33a37f8f50
move __tm_to_tzname declaration to time_impl.h with related functions

this function was added later for strftime use and the existence of
time_impl.h as the appropriate place for it seems to have been
overlooked.
src/time/strftime.c
src/time/time_impl.h