Alexey Samsonov bbb1c831d1
[libc] Add missing const qualifiers to a few functions in <time.h> (#185311)
`asctime_r`, `gmtime`, and `gmtime_r` were missing const-qualifiers for
a first function argument. Add them to fix generated `<time.h>` header.

Implementation headers / source files are declaring arguments correctly.
2026-03-10 10:08:55 -07:00
..
2025-11-18 10:17:19 +08:00
2025-05-09 09:02:33 -07:00