Skip to content

Commit 3697a64

Browse files
[libc] fix scudo integration build
1 parent 71b87d1 commit 3697a64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libc/test/integration/scudo/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ add_entrypoint_library(
2121
libc.src.errno.errno
2222
libc.src.unistd.__llvm_libc_syscall
2323
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
2433
)
2534

2635
add_executable(

0 commit comments

Comments
 (0)