gmtime and gmtime_r share the same common code. They call gmtime_internal
a static inline function. Thus added only validation tests for gmtime_r.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
https://llvm.org/docs/DeveloperPolicy.html#commit-messages The subject line is usually an imperative sentence. Words like "This introduces" can be deleted.