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

Peter Collingbourne via libc-commits libc-commits at lists.llvm.org
Tue Oct 14 16:39:16 PDT 2025


https://github.com/pcc 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.

Will do, I'm guessing that's causing the test failures because the `_SC_` values are different?

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


More information about the libc-commits mailing list