llvm-project/libc/config/linux
Michael Jones 1801c356f6 [libc] add syscall function
Add the syscall wrapper function and tests. It's implemented using a
macro to guarantee the minimum number of arguments.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D134919
2022-09-30 15:46:28 -07:00
..
aarch64 [libc][Obvious] Enable some of the recently added functions on aarch64. 2022-09-29 15:06:44 -07:00
arm [libc] Add arm-32 syscall implementation. 2022-08-31 18:10:40 +00:00
x86_64 [libc] add syscall function 2022-09-30 15:46:28 -07:00
CMakeLists.txt [libc][Obvious] Convert an add_header target to add_header_library target. 2022-08-16 20:33:24 +00:00
api.td [libc] Re-enable functions from signal.h and re-enable abort. 2022-09-30 07:31:50 +00:00
app.h [libc] Linux threads - Setup TLS area of a new thread and cleanup at exit. 2022-07-13 20:46:18 +00:00
errno.h.in [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
platform_defs.h.inc [libc] Fix typo in platform_defs.h.inc 2020-09-15 14:25:01 +00:00
signal.h.in [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
syscall_numbers.h.inc Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00