[libc-commits] [PATCH] D145192: [libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 2 14:43:00 PST 2023


sivachandra added a comment.

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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145192/new/

https://reviews.llvm.org/D145192



More information about the libc-commits mailing list