llvm-project
bbb1c831 - [libc] Add missing const qualifiers to a few functions in <time.h> (#185311)

Commit
47 days ago
[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.
Author
Parents
Loading