Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-23 | move __utc string object to its own translation unit | Rich Felker | -0/+3 | |
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. |
![]() |
index : musl | |
musl - an implementation of the standard library for Linux-based systems |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-23 | move __utc string object to its own translation unit | Rich Felker | -0/+3 | |
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. |