We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b87d1 commit 3697a64Copy full SHA for 3697a64
libc/test/integration/scudo/CMakeLists.txt
@@ -21,6 +21,15 @@ add_entrypoint_library(
21
libc.src.errno.errno
22
libc.src.unistd.__llvm_libc_syscall
23
libc.src.sched.__sched_getcpucount
24
+ libc.src.unistd.sysconf
25
+ libc.src.sys.auxv.getauxval
26
+ libc.src.sys.prctl.prctl
27
+ libc.src.sys.mman.mmap
28
+ libc.src.sys.mman.munmap
29
+ libc.src.unistd.read
30
+ libc.src.unistd.write
31
+ libc.src.unistd.close
32
+ libc.src.fcntl.open
33
)
34
35
add_executable(
0 commit comments