Switch use of errno in src/time and test/src/time to libc_errno.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
While this patch is a step in the right direction, I think we also need to remove setting of errno from helper functions. See this RFC for the justification: https://discourse.llvm.org/t/rfc-improving-the-hermeticity-of-tests-with-respect-to-errno/68684