[libc-commits] [libc] [libc] Add Linux mman extension remap_file_pages. (PR #110307)
Aly ElAshram via libc-commits
libc-commits at lists.llvm.org
Mon Oct 14 08:45:40 PDT 2024
================
@@ -128,6 +128,22 @@ add_libc_unittest(
libc.test.UnitTest.ErrnoSetterMatcher
)
+add_libc_unittest(
+ remap_file_pages_test
+ SUITE
+ libc_sys_mman_unittests
+ SRCS
+ remap_file_pages_test.cpp
+ DEPENDS
+ libc.include.sys_mman
----------------
AlyElashram wrote:
@SchrodingerZhu Adding it in the next commit , but can I know why we are adding sys_stat?
https://github.com/llvm/llvm-project/pull/110307
More information about the libc-commits
mailing list