-
- Downloads
[libc] Add linux aarch64 syscall implementation.
Add mmap and munmap to the linux aarch64 entrypoint list as the first user of these syscalls. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D116949
Showing
- libc/config/linux/aarch64/entrypoints.txt 8 additions, 0 deletionslibc/config/linux/aarch64/entrypoints.txt
- libc/src/__support/OSUtil/linux/CMakeLists.txt 2 additions, 0 deletionslibc/src/__support/OSUtil/linux/CMakeLists.txt
- libc/src/__support/OSUtil/linux/aarch64/CMakeLists.txt 7 additions, 0 deletionslibc/src/__support/OSUtil/linux/aarch64/CMakeLists.txt
- libc/src/__support/OSUtil/linux/aarch64/syscall.h 114 additions, 0 deletionslibc/src/__support/OSUtil/linux/aarch64/syscall.h
- libc/src/__support/OSUtil/linux/syscall.h 12 additions, 0 deletionslibc/src/__support/OSUtil/linux/syscall.h
- libc/src/__support/OSUtil/linux/x86_64/syscall.h 0 additions, 6 deletionslibc/src/__support/OSUtil/linux/x86_64/syscall.h
Please register or sign in to comment