[libc-commits] [libc] libc: Introduce calls to sysconf to get page size. (PR #163462)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Oct 14 15:21:33 PDT 2025


https://github.com/michaelrj-google commented:

Thanks for the fix, you need to make sure to call the LLVM-libc specific `sysconf` instead of getting the one from the system. You'll also need to update the cmake for the tests so that it gets linked properly.

https://github.com/llvm/llvm-project/pull/163462


More information about the libc-commits mailing list