Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions libc/test/integration/scudo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ add_entrypoint_library(
libc.src.errno.errno
libc.src.unistd.__llvm_libc_syscall
libc.src.sched.__sched_getcpucount
libc.src.unistd.sysconf
libc.src.sys.auxv.getauxval
libc.src.sys.prctl.prctl
libc.src.sys.mman.mmap
libc.src.sys.mman.munmap
libc.src.unistd.read
libc.src.unistd.write
libc.src.unistd.close
libc.src.fcntl.open
)

add_executable(
Expand Down
Loading