[libc-commits] [libc] [libc] Refactor core Linux syscalls to use syscall_wrappers (PR #185983)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Mar 12 07:43:08 PDT 2026
kaladron wrote:
The code in here seems to prefer SYS_open over SYS_openat on architectures where both is defined. I'll invert the logic for those in a follow-up PR.
https://github.com/llvm/llvm-project/pull/185983
More information about the libc-commits
mailing list