[libc-commits] [libc] [libc] Fix inet_aton (PR #198791)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri May 22 11:43:58 PDT 2026
================
----------------
michaelrj-google wrote:
This code doesn't need to be header only. That's more of a fun fact. Jeff has been talking about making some syscall mocking system, but I don't think we're there yet. For now my policy has been that we need to test our code but not the kernel's code. We should try to make a syscall wrapper pass and fail in the test since that will exercise the branches, but we don't need to test all behaviors.
https://github.com/llvm/llvm-project/pull/198791
More information about the libc-commits
mailing list