[libc-commits] [PATCH] D73302: [libc] Move the implementation of mmap and munmap into a linux specific area.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 24 15:50:44 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGec62bf2fd328: [libc] Move the implementation of mmap and munmap into a linux specific area. (authored by sivachandra).
Changed prior to commit:
https://reviews.llvm.org/D73302?vs=240035&id=240313#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73302/new/
https://reviews.llvm.org/D73302
Files:
libc/config/linux/CMakeLists.txt
libc/config/linux/platfrom_defs.h.inc
libc/config/linux/syscall.h.def
libc/include/CMakeLists.txt
libc/src/CMakeLists.txt
libc/src/sys/mman/CMakeLists.txt
libc/src/sys/mman/linux/CMakeLists.txt
libc/src/sys/mman/linux/mmap.cpp
libc/src/sys/mman/linux/munmap.cpp
libc/src/sys/mman/mmap.cpp
libc/src/sys/mman/munmap.cpp
libc/src/unistd/CMakeLists.txt
libc/src/unistd/syscall.h.def
libc/test/config/linux/x86_64/CMakeLists.txt
libc/test/config/linux/x86_64/syscall_test.cpp
libc/test/src/sys/mman/CMakeLists.txt
libc/test/src/sys/mman/linux/CMakeLists.txt
libc/test/src/sys/mman/linux/mmap_test.cpp
libc/test/src/sys/mman/mmap_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73302.240313.patch
Type: text/x-patch
Size: 7931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200124/634be500/attachment-0001.bin>
More information about the libc-commits
mailing list