Add the mprotect syscall wrapper and tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134497
[libc] add mprotect ClosedPublic Authored by michaelrj on Sep 22 2022, 3:53 PM.
Details
Summary Add the mprotect syscall wrapper and tests.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 22 2022, 3:53 PM This revision is now accepted and ready to land.Sep 22 2022, 9:51 PM Closed by commit rG47b724048b41: [libc] add mprotect (authored by michaelrj). · Explain WhySep 23 2022, 9:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 462526 libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/sys/mman/CMakeLists.txt
libc/src/sys/mman/linux/CMakeLists.txt
libc/src/sys/mman/linux/mprotect.cpp
libc/src/sys/mman/mprotect.h
libc/test/src/sys/mman/linux/CMakeLists.txt
libc/test/src/sys/mman/linux/mprotect_test.cpp
|