mirror of https://git.musl-libc.org/git/musl
Browse Source
having it in __tz.c caused gmtime[_r] and timegm to pull in all of the time zone code despite having no need for it.master
2 changed files with 3 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||||
|
#include "time_impl.h" |
||||
|
|
||||
|
const char __utc[] = "UTC"; |
||||
Loading…
Reference in new issue