[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:34 PDT 2025


================
@@ -16,12 +16,13 @@
 #include "test/UnitTest/ErrnoSetterMatcher.h"
 #include "test/UnitTest/Test.h"
 
+#include <unistd.h>
----------------
michaelrj-google wrote:

this should  be the LLVM-libc sysconf.
```suggestion
#include "src/unistd/sysconf.h"
```

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


More information about the libc-commits mailing list