Skip to content

[libc] rewrite mktime_internal to use time_t internally instead of int64_t #126948

@nickdesaulniers

Description

@nickdesaulniers

See also: #126947. The current implementation works for targets where sizeof(time_t) == sizeof(int64_t), but we shouldn't make that assumption. Instead of using int64_t perhaps we can use time_t.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions