[libc-commits] [PATCH] D134497: [libc] add mprotect

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Sep 22 15:53:41 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

Add the mprotect syscall wrapper and tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134497

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134497.462344.patch
Type: text/x-patch
Size: 7091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220922/bc4ed558/attachment.bin>


More information about the libc-commits mailing list