[libc-commits] [PATCH] D71634: Add implementations of POSIX mmap and munmap functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Dec 23 14:08:07 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5a743c4f6e3: Add implementations of POSIX mmap and munmap functions. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D71634?vs=234780&id=235179#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71634/new/

https://reviews.llvm.org/D71634

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCRules.cmake
  libc/config/CMakeLists.txt
  libc/config/linux/CMakeLists.txt
  libc/config/linux/api.td
  libc/config/linux/platfrom_defs.h.inc
  libc/config/linux/syscall_numbers.h.inc
  libc/config/linux/x86_64/CMakeLists.txt
  libc/config/linux/x86_64/syscall.h.inc
  libc/config/linux/x86_64/syscall_test.cpp
  libc/include/CMakeLists.txt
  libc/include/__posix-types.h
  libc/include/sys/mman.h.def
  libc/include/sys/syscall.h.def
  libc/lib/CMakeLists.txt
  libc/spec/linux.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/__support/CMakeLists.txt
  libc/src/__support/common.h.def
  libc/src/__support/linux/entrypoint_macro.h.inc
  libc/src/sys/CMakeLists.txt
  libc/src/sys/mman/CMakeLists.txt
  libc/src/sys/mman/mmap.cpp
  libc/src/sys/mman/mmap.h
  libc/src/sys/mman/mmap_test.cpp
  libc/src/sys/mman/munmap.cpp
  libc/src/sys/mman/munmap.h
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/syscall.h.def

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71634.235179.patch
Type: text/x-patch
Size: 72195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20191223/4f348be3/attachment-0001.bin>


More information about the libc-commits mailing list